run flake8 checker on travis

but only on linux, once is enough.
This commit is contained in:
Thomas Waldmann 2018-11-22 20:56:06 +01:00
parent 9b24a1161b
commit 2358d030de
1 changed files with 1 additions and 0 deletions

View File

@ -74,6 +74,7 @@ before_script:
script:
- pytest --forked
- if [ $TRAVIS_OS_NAME = "linux" ]; then tox -e flake8; fi
#after_script:
#- |