summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini8
1 files changed, 3 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index 6fd950e..295f89c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,9 +1,8 @@
[tox]
envlist =
- {pypy3,3.6,3.7,3.8,3.9,3.10}-unit
- {pypy3,3.6,3.7,3.8,3.9.3.10}-integration-rabbitmq
+ {pypy3,3.7,3.8,3.9,3.10}-unit
+ {pypy3,3.7,3.8,3.9.3.10}-integration-rabbitmq
flake8
- flakeplus
apicheck
pydocstyle
requires = tox-docker>=2.0
@@ -15,7 +14,7 @@ deps=
-r{toxinidir}/requirements/test-ci.txt
apicheck,linkcheck: -r{toxinidir}/requirements/docs.txt
- flake8,flakeplus,pydocstyle: -r{toxinidir}/requirements/pkgutils.txt
+ flake8,pydocstyle: -r{toxinidir}/requirements/pkgutils.txt
sitepackages = False
recreate = False
commands =
@@ -24,7 +23,6 @@ commands =
basepython =
flake8,apicheck,linkcheck,pydocstyle: python3.8
pypy3: pypy
- 3.6: python3.6
3.7: python3.7
3.8: python3.8
3.9: python3.9