commit: 999ece8c0090df89ba217fee249286d8eb4d6eac Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sun Jan 26 15:19:54 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Sun Jan 26 15:19:54 2020 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=999ece8c
tox: Update tested implementation list Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 41306b1..610e506 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py35,py36,py37,flake8 +envlist = py27,py36,py37,py38,pypy3,flake8 skip_missing_interpreters = True [testenv]
