diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-15 22:33:51 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-15 22:33:51 +0200 |
commit | fe04f5b98dacd3e07bfd384c8d28e9edfe85c511 (patch) | |
tree | 5033f899808aea90894ef76a98b3d0397ae6322b | |
parent | da08d61361c46d428885ea8b68be7a86ba52cc5f (diff) | |
download | gemato-fe04f5b98dacd3e07bfd384c8d28e9edfe85c511.tar.gz |
tox: Skip missing interpreters
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ [tox] envlist = begin,py27,py34,py35,py36,py37,py38,pypy,pypy3,incompatible-lzma,end +skip_missing_interpreters = True # we operate on sources anyway skipsdist = True |