summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2018-11-25 13:25:34 +0100
committerZac Medico <zmedico@gentoo.org>2018-11-25 14:29:00 -0800
commita81621eaa238489fc85d39f594707813496afceb (patch)
tree374dc5690b59e9e8ad1c9f85f4c6900de5d26b5a /tox.ini
parentemerge --help: add -U option short for --changed-use (diff)
downloadportage-a81621eaa238489fc85d39f594707813496afceb.tar.gz
portage-a81621eaa238489fc85d39f594707813496afceb.tar.bz2
portage-a81621eaa238489fc85d39f594707813496afceb.zip
Enable python3.7 testing
Reflect recent python versions in test scripts Closes: https://github.com/gentoo/portage/pull/383 Signed-off-by: Manuel Rüger <mrueg@gentoo.org> Signed-off-by: Zac Medico <zmedico@gentoo.org>
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 cafdb0045..2d1501971 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27,py34,py35,py36,pypy,pypy3
+envlist = py27,py34,py35,py36,py37,pypy,pypy3
skipsdist = True
[testenv]