summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsif Saif Uddin <auvipy@gmail.com>2022-12-29 20:00:15 +0600
committerGitHub <noreply@github.com>2022-12-29 20:00:15 +0600
commit9d7b36a0da963b5097379e2aacb51e3fbd1ed06a (patch)
treeeaf3ef64bad0a10157468c8a03de2ec0ec66f6eb
parent41cfe539494410f685e133c1fa180a0595f7825c (diff)
downloadpy-amqp-9d7b36a0da963b5097379e2aacb51e3fbd1ed06a.tar.gz
update pypy on tox (#402)
* update pypy on tox * update
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 295f89c..2555df9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -22,7 +22,7 @@ commands =
integration: py.test -xv -E rabbitmq t/integration {posargs:-n2}
basepython =
flake8,apicheck,linkcheck,pydocstyle: python3.8
- pypy3: pypy
+ pypy3: pypy3.9
3.7: python3.7
3.8: python3.8
3.9: python3.9