diff options
| author | Michał Górny <mgorny@gentoo.org> | 2020-04-24 09:48:53 +0200 |
|---|---|---|
| committer | Michał Górny <mgorny@gentoo.org> | 2020-04-24 09:49:01 +0200 |
| commit | 112ba2f23bfaea56c4376ae22e24508b4a0ebd9e (patch) | |
| tree | d11fcbeccb45d17e33cf997d4c4d04c9b1262610 | |
| parent | 1a18160c8200fb444878538b127b30bb461e4c42 (diff) | |
| download | gentoolkit-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>
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = py27,py36,py37,py38,pypy3,flake8 +envlist = py36,py37,py38,pypy3,flake8 skip_missing_interpreters = True [testenv] |
