diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-14 18:33:44 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-14 18:33:44 +0200 |
commit | 619678043cdd6f1a4e25dce813a5e68195b4f463 (patch) | |
tree | 8dac98c3fabad1ba2b090e2545b9b3a35bde96dd /tox.ini | |
parent | d6242ffabd9377cb6988a4edf9edfaa330bab6ed (diff) | |
download | gemato-619678043cdd6f1a4e25dce813a5e68195b4f463.tar.gz |
tox: Enable testing on py38
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ [tox] -envlist = begin,py27,py34,py35,py36,py37,pypy,pypy3,incompatible-lzma,end +envlist = begin,py27,py34,py35,py36,py37,py38,pypy,pypy3,incompatible-lzma,end # we operate on sources anyway skipsdist = True |