Skip to content

Commit

Permalink
build: add tox py38 and py39 test envs
Browse files Browse the repository at this point in the history
  • Loading branch information
lkraider committed Aug 13, 2021
1 parent 8763940 commit 05a710b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py33, py34, py35, py36, py37, pypy, pypy3
envlist = py27, py33, py34, py35, py36, py37, py38, py39, pypy, pypy3

[testenv]
deps = -r{toxinidir}/test-requirements.txt
Expand Down

0 comments on commit 05a710b

Please sign in to comment.