summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 7a9fe911169277bce13a1571d0f7f5e8079e8117 (plain)
1
2
3
4
5
6
7
8
9
language: python
python:
  - "2.6"
  - "2.7"
  - "3.2"
install: pip install pep8
script:
  - pep8 --ignore E111 *.py || echo "Done"
  - nosetests