Fix tox env name, flake8 is recognized by the flake8 tool and duplicates setup.cfg
This commit is contained in:
parent
6d38e2b43e
commit
47f3a31bee
1 changed files with 2 additions and 2 deletions
2
tox.ini
2
tox.ini
|
@ -9,7 +9,7 @@ commands =
|
||||||
pip install -r requirements.txt --use-wheel
|
pip install -r requirements.txt --use-wheel
|
||||||
py.test --junitxml=junit-{envname}.xml --cov-report xml tests.py
|
py.test --junitxml=junit-{envname}.xml --cov-report xml tests.py
|
||||||
|
|
||||||
[flake8]
|
[testenv:flake8]
|
||||||
commands =
|
commands =
|
||||||
pip install flake8
|
pip install flake8
|
||||||
flake8 snappass/
|
flake8 snappass/
|
||||||
|
|
Loading…
Reference in a new issue