Run pyflakes on travis.
This commit is contained in:
parent
8c33a84dd3
commit
59b345b648
@ -18,9 +18,11 @@ matrix:
|
|||||||
install:
|
install:
|
||||||
- pip install -U pip
|
- pip install -U pip
|
||||||
- pip install tox
|
- pip install tox
|
||||||
|
- pip install pyflakes
|
||||||
- sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm
|
- sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm
|
||||||
script:
|
script:
|
||||||
- tox -e $TOX_ENV
|
- tox -e $TOX_ENV
|
||||||
|
- python -m pyflakes.__main__ $(git ls-files | grep -E "^isso/.+.py$")
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
channels:
|
channels:
|
||||||
|
Loading…
Reference in New Issue
Block a user