Drop the dot in py.test (as recommended by pytest)
This commit is contained in:
parent
80f77a6572
commit
d407c2657f
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -7,7 +7,7 @@ setenv =
|
||||||
commands =
|
commands =
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install -r dev-requirements.txt
|
pip install -r dev-requirements.txt
|
||||||
py.test --junitxml=junit-{envname}.xml --cov-report xml tests.py
|
pytest --junitxml=junit-{envname}.xml --cov-report xml tests.py
|
||||||
|
|
||||||
[testenv:flake8]
|
[testenv:flake8]
|
||||||
commands =
|
commands =
|
||||||
|
|
Loading…
Reference in a new issue