*.py (with the dot)

This commit is contained in:
cclauss 2017-07-23 19:38:46 +02:00 committed by GitHub
parent 19dc466789
commit 17eb84b2a2

View File

@ -18,7 +18,7 @@ install:
before_script:
- if [[ $TRAVIS_PYTHON_VERSION == 3.6 ]]; then
pip install -U flake8 ;
flake8 *py src --count --select=E901,E999,F821,F822,F823 --statistics ;
flake8 *.py src --count --select=E901,E999,F821,F822,F823 --statistics ;
fi
script:
- tox -e coverage