Skip to content

Commit

Permalink
Check PEP8 conformity with travis
Browse files Browse the repository at this point in the history
  • Loading branch information
lmignon committed Jul 10, 2014
1 parent d47c6e5 commit 1c998ff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@ python:
install:
- pip install .
- pip install coveralls
- pip install flake8

# command to run tests
script:
script:
- flake8 . --max-line-length=120 --exclude=__init__.py
- nosetests -v --with-coverage --cover-tests

after_success:
Expand Down

0 comments on commit 1c998ff

Please sign in to comment.