summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-04-24 09:48:53 +0200
committerMichał Górny <mgorny@gentoo.org>2020-04-24 09:49:01 +0200
commit112ba2f23bfaea56c4376ae22e24508b4a0ebd9e (patch)
treed11fcbeccb45d17e33cf997d4c4d04c9b1262610 /tox.ini
parent1a18160c8200fb444878538b127b30bb461e4c42 (diff)
downloadgentoolkit-112ba2f23bfaea56c4376ae22e24508b4a0ebd9e.tar.gz
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@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 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]