diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-26 16:19:54 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-26 16:19:54 +0100 |
commit | 999ece8c0090df89ba217fee249286d8eb4d6eac (patch) | |
tree | c2360e46ea52ad3da3bc1822c9bf9cefaf06672f /tox.ini | |
parent | Modernize test assertions (diff) | |
download | gentoolkit-999ece8c0090df89ba217fee249286d8eb4d6eac.tar.gz gentoolkit-999ece8c0090df89ba217fee249286d8eb4d6eac.tar.bz2 gentoolkit-999ece8c0090df89ba217fee249286d8eb4d6eac.zip |
tox: Update tested implementation list
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 = py27,py35,py36,py37,flake8 +envlist = py27,py36,py37,py38,pypy3,flake8 skip_missing_interpreters = True [testenv] |