summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2022-01-08 15:17:41 +0100
committerGitHub <noreply@github.com>2022-01-08 20:17:41 +0600
commit553850bc85dfd408be0dae9884b4a0aefda8e579 (patch)
tree13b8f4a15307ae32ca262791f4e4afab70d2f363 /tox.ini
parent06497bede5934e367a7fbe94fe1b1d0538d417d4 (diff)
downloadoauthlib-553850bc85dfd408be0dae9884b4a0aefda8e579.tar.gz
Travis CI: Add Python 3.11-dev to the testing (#796)
* Travis CI: Add Python 3.11-dev to the testing * Update .travis.yml * Python 3.10.1 * tox.ini: Add py311 * allow_failures: python: "3.11-dev"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 903f202..8e77f3b 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py36,py37,py38,py39,py310,pypy3,docs,readme,bandit,isort
+envlist = py36,py37,py38,py39,py310,py311,pypy3,docs,readme,bandit,isort
[testenv]
deps=