From 112ba2f23bfaea56c4376ae22e24508b4a0ebd9e Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 24 Apr 2020 09:48:53 +0200 Subject: Disable testing on py27 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit sys-apps/portage is no longer installed for py27, and the tests use global installation. Signed-off-by: Michał Górny --- 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] -- cgit v1.2.3