pyflakes -> flake8

This commit is contained in:
Anthony Sottile 2014-04-13 18:01:35 -07:00
parent 2c7ec7a744
commit c91b244105
5 changed files with 9 additions and 6 deletions

View file

@ -10,8 +10,8 @@ commands =
coverage erase
coverage run -m pytest {posargs:tests}
coverage report --show-missing --fail-under 93
flake8 {[tox]project} tests setup.py
# pylint {[tox]project} tests setup.py
flake8 {[tox]project} testing tests setup.py
# pylint {[tox]project} testing tests setup.py
[testenv:venv]
envdir = venv-{[tox]project}