summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAsif Saif Uddin <auvipy@gmail.com>2022-01-10 11:57:32 +0600
committerGitHub <noreply@github.com>2022-01-10 11:57:32 +0600
commit59af2445549e4e1bb87a932cbb4d196629f16dd6 (patch)
tree12559251f4412f58740c70831c402a06128b8511 /tox.ini
parent557d98a7d27e171ce7b22e2e3a56baf805ad8e52 (diff)
downloadpy-amqp-master.tar.gz
start dropping python 3.6 (#387)master
* start dropping python 3.6 mainly for 5.1.0 release * update tidelift alignment config CI (#375) * update tidelift alignment config CI * update tidelift CLI properly * not needed on PR * drop python from all matrix
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