aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <manuel@rueg.eu>2020-03-01 13:44:56 +0100
committerZac Medico <zmedico@gentoo.org>2020-03-01 10:41:46 -0800
commitd4d1c3110a5bcea44e3c62e8c86d7a999325a61e (patch)
treee522db03d992c8d094c9a375ea1194581133fdec /tox.ini
parent_BinpkgFetcherProcess: fix async_lock event loop recursion (bug 711178) (diff)
downloadportage-d4d1c3110a5bcea44e3c62e8c86d7a999325a61e.tar.gz
portage-d4d1c3110a5bcea44e3c62e8c86d7a999325a61e.tar.bz2
portage-d4d1c3110a5bcea44e3c62e8c86d7a999325a61e.zip
Add python3.9 support
Closes: https://github.com/gentoo/portage/pull/515 Signed-off-by: Zac Medico <zmedico@gentoo.org>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 5ba192d2e..79b5b45cb 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,12 +1,12 @@
[tox]
-envlist = py27,py36,py37,py38,pypy3
+envlist = py27,py36,py37,py38,py39,pypy3
skipsdist = True
[testenv]
deps =
pygost
pyyaml
- py27,py36,py37,py38,pypy3: lxml!=4.2.0
+ py27,py36,py37,py38,py39,pypy3: lxml!=4.2.0
py27: pyblake2
py27: pysha3
setenv =