diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-09-20 15:56:36 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-09-20 15:56:36 -0700 |
commit | 2aa793a77774d9ad9cdf850ba8013cdf70a7b008 (patch) | |
tree | 9b2502639bf3d64c2a8b2fb10bbc5ab728fbe892 /tox.ini | |
parent | Add github action to check formatting (diff) | |
download | gentoolkit-2aa793a77774d9ad9cdf850ba8013cdf70a7b008.tar.gz gentoolkit-2aa793a77774d9ad9cdf850ba8013cdf70a7b008.tar.bz2 gentoolkit-2aa793a77774d9ad9cdf850ba8013cdf70a7b008.zip |
tox: Update tested implementation list
Signed-off-by: Matt Turner <mattst88@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 = py36,py37,py38,pypy3,flake8 +envlist = py37,py38,py39,pypy3,flake8 skip_missing_interpreters = True [testenv] |