Skip to content

Commit

Permalink
tox.ini: Add Python 3.8 and 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
iamahuman committed Jan 16, 2021
1 parent 653e23b commit c73681f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
# Taken from:
# https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django
envlist =
py{27,34,35,36}-django{110,111}-{sqlite,postgres}, py{34,35,36,37}-django{20}-{sqlite,postgres},
py{35,36,37}-django{21,22}-{sqlite,postgres}, py{36,37}-django{30,31}-{sqlite,postgres}
py{27,34,35,36}-django{110,111}-{sqlite,postgres}, py{34,35,36,37,38,39}-django{20}-{sqlite,postgres},
py{35,36,37,38,39}-django{21,22}-{sqlite,postgres}, py{36,37,38,39}-django{30,31}-{sqlite,postgres}

[testenv]
commands =
Expand Down

0 comments on commit c73681f

Please sign in to comment.