*.py (with the dot)
This commit is contained in:
parent
19dc466789
commit
17eb84b2a2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user