Use "pytest" instead of "py.test" on trial environments
This commit is contained in:
parent
56df9fcc72
commit
0334e75c30
4
tox.ini
4
tox.ini
|
@ -82,12 +82,12 @@ commands=
|
|||
[testenv:py27-trial]
|
||||
deps=twisted
|
||||
commands=
|
||||
py.test -ra {posargs:testing/test_unittest.py}
|
||||
pytest -ra {posargs:testing/test_unittest.py}
|
||||
|
||||
[testenv:py35-trial]
|
||||
deps={[testenv:py27-trial]deps}
|
||||
commands=
|
||||
py.test -ra {posargs:testing/test_unittest.py}
|
||||
pytest -ra {posargs:testing/test_unittest.py}
|
||||
|
||||
[testenv:doctest]
|
||||
commands=pytest --doctest-modules _pytest
|
||||
|
|
Loading…
Reference in New Issue