Skip to content

Commit

Permalink
Remove pep8 and pyflakes completely
Browse files Browse the repository at this point in the history
  • Loading branch information
lepinkainen committed Dec 28, 2015
1 parent 6fdbfc0 commit 3be809c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ install:
- pip install pytest pytest-pep8 pytest-flakes nose # we still need nose for the _eq functions for now
# command to run tests, e.g. python setup.py test
before_script: export PYTHONPATH=$PYTHONPATH:$(pwd)
script: py.test --pep8 --flakes
script: py.test
notifications:
irc:
channels:
Expand Down

0 comments on commit 3be809c

Please sign in to comment.