summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 2555df9..e55dfd6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -18,8 +18,8 @@ deps=
sitepackages = False
recreate = False
commands =
- unit: py.test -xv --cov=amqp --cov-report=xml --no-cov-on-fail t/unit
- integration: py.test -xv -E rabbitmq t/integration {posargs:-n2}
+ unit: pytest -xv --cov=amqp --cov-report=xml --no-cov-on-fail t/unit
+ integration: pytest -xv -E rabbitmq t/integration {posargs:-n2}
basepython =
flake8,apicheck,linkcheck,pydocstyle: python3.8
pypy3: pypy3.9