Skip to content

Commit

Permalink
Add python3.8 & python3.9 to envlist variable
Browse files Browse the repository at this point in the history
  • Loading branch information
yuokada authored and ebyhr committed Jan 18, 2021
1 parent 9204a50 commit 59423f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py35,py36,py37,pypy2
envlist = py27,py35,py36,py37,py38,py39,pypy2

[testenv]
extras = tests
Expand Down

0 comments on commit 59423f4

Please sign in to comment.