Fix tox env name, flake8 is recognized by the flake8 tool and duplicates setup.cfg

This commit is contained in:
Nicholas Charriere 2017-04-23 10:08:49 -07:00
parent 6d38e2b43e
commit 47f3a31bee

View file

@ -9,7 +9,7 @@ commands =
pip install -r requirements.txt --use-wheel
py.test --junitxml=junit-{envname}.xml --cov-report xml tests.py
[flake8]
[testenv:flake8]
commands =
pip install flake8
flake8 snappass/