Run pyflakes on travis.

pull/336/head
Jelmer Vernooij 7 years ago
parent 8c33a84dd3
commit 59b345b648
No known key found for this signature in database
GPG Key ID: 1DF7EADF3B648883

@ -18,9 +18,11 @@ matrix:
install:
- pip install -U pip
- pip install tox
- pip install pyflakes
- sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm
script:
- tox -e $TOX_ENV
- python -m pyflakes.__main__ $(git ls-files | grep -E "^isso/.+.py$")
notifications:
irc:
channels:

Loading…
Cancel
Save