summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAsif Saif Uddin <auvipy@gmail.com>2023-04-18 21:57:32 +0600
committerGitHub <noreply@github.com>2023-04-18 21:57:32 +0600
commitf00ecc1a7e0769d5a31e4e86886085e708e26cbe (patch)
treecb502ecec897ff158dc51ede6353e963483ebe53
parentf86f1fc6e1caab6bcd2351e3b95424cece6015e4 (diff)
downloadkombu-lint.tar.gz
Update tox.ini for lintlint
-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}