summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsif Saif Uddin <auvipy@gmail.com>2023-04-17 13:36:21 +0600
committerGitHub <noreply@github.com>2023-04-17 13:36:21 +0600
commitbf68345e7ef3eb7aee349548ae0b9f8b8da5a30e (patch)
treefc0f9562c32d69278b5bfd1f8ddbf0723e76cc46
parent3386a2252cb9c9472186193bff9852623c7ca2be (diff)
downloadpy-amqp-codecov.tar.gz
Update tox.inicodecov
-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