Skip to content

Commit

Permalink
pep8 testing on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
andy committed Apr 27, 2013
1 parent a4a44dc commit 8fb03d2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,9 @@ python:
- "2.7"
- "2.6"
- "2.5"
install:
- pip install pep8 --use-mirrors
- pip install -e . --use-mirrors
before_script:
- "pep8 --repeat --show-source --exclude=.venv,.tox,dist,doc,build,*.egg ."
script: python setup.py test

0 comments on commit 8fb03d2

Please sign in to comment.