commit: 112ba2f23bfaea56c4376ae22e24508b4a0ebd9e Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Apr 24 07:48:53 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Apr 24 07:49:01 2020 +0000 URL: https://gitweb.gentoo.org/proj/gentoolkit.git/commit/?id=112ba2f2
Disable testing on py27 sys-apps/portage is no longer installed for py27, and the tests use global installation. 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 610e506..dcaedad 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,py36,py37,py38,pypy3,flake8 +envlist = py36,py37,py38,pypy3,flake8 skip_missing_interpreters = True [testenv]
