From 0334e75c3088e077e22afc7e2c53a15209f5f2e7 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Thu, 18 Aug 2016 08:37:55 -0300 Subject: [PATCH] Use "pytest" instead of "py.test" on trial environments --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 316c5b784..55b8440df 100644 --- a/tox.ini +++ b/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