Add py39 env to tox (#1740)

An earlier commit added Python 3.9 support to CI, but neglected to
change tox.ini to support an environment, do so here.
This commit is contained in:
Steve Kowalik
2020-11-04 14:45:09 +11:00
committed by GitHub
parent 78a29a7ce0
commit 09f49c7849
+2 -1
View File
@@ -1,7 +1,7 @@
[tox]
envlist =
lint,
py{35,36,37,38},
py{35,36,37,38,39},
docs
[gh-actions]
@@ -10,6 +10,7 @@ python =
3.6: py36, docs, lint
3.7: py37
3.8: py38
3.9: py39
[testenv]
deps = -rtest-requirements.txt