summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 1636d63a..15eec98f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -46,8 +46,8 @@ basepython =
pypy3.8: pypy3.8
3.7: python3.7
3.8,mypy: python3.8
- 3.9,apicheck,pydocstyle,flake8,linkcheck,cov: python3.9
- 3.10: python3.10
+ 3.9: python3.9
+ 3.10,apicheck,pydocstyle,flake8,linkcheck,cov: python3.10
3.11: python3.11
install_command = python -m pip --disable-pip-version-check install {opts} {packages}