summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 8bb5669..2675527 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,10 +1,11 @@
[tox]
-envlist = {3.6,3.7,3.8,3.9,3.10}
+envlist = {3.6,3.7,3.8,3.9,3.10,3.11}
[testenv]
commands = make check
whitelist_externals = make
passenv = PG* PSYCOPG2_TEST*
+basepython = python{envname}
[flake8]
max-line-length = 85