summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorBernát Gábor <gaborjbernat@gmail.com>2022-09-09 07:36:17 +0100
committerBernát Gábor <gaborjbernat@gmail.com>2022-09-09 18:55:47 -0700
commit252299ca2ac6bf47f4fde858b14ebaeaa3519150 (patch)
tree78484093410620f26e890a0fb92ff66ea85171eb /tox.ini
parentec337a4bb36d6559f888a0fcd1993385e75c2513 (diff)
downloadtox-git-252299ca2ac6bf47f4fde858b14ebaeaa3519150.tar.gz
Check 3.11 support (#2492)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index c19acfb3..d14434c9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,7 @@
[tox]
envlist =
fix
+ py311
py310
py39
py38
@@ -9,6 +10,7 @@ envlist =
type
docs
pkg_meta
+isolated_build = true
skip_missing_interpreters = true
[testenv]
@@ -44,6 +46,11 @@ commands =
pre-commit run --all-files --show-diff-on-failure {tty:--color=always} {posargs}
python -c 'print(r"hint: run {envbindir}{/}pre-commit install to add checks as pre-commit hook")'
+[testenv:py311]
+setenv =
+ {[testenv]setenv}
+ AIOHTTP_NO_EXTENSIONS = 1
+
[testenv:type]
description = run type check on code base
setenv =