travis: run flake8less, not the full flake8

This commit is contained in:
Brian Warner 2019-02-10 11:10:39 -08:00
parent 31de77a875
commit 41129faca5

View File

@ -29,7 +29,7 @@ matrix:
- python: nightly
script: tox -e py-coverage
- python: 3.6
script: tox -e flake8
script: tox -e flake8less
env: FLAKE8
allow_failures:
- python: nightly