Skip to content

Commit 8b154ef

Browse files
committed
Enable Python 3.8 in TravisCI
1 parent 74765c5 commit 8b154ef

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,16 @@ envlist =
77
# the version matrix according to the Django docs:
88
# https://docs.djangoproject.com/en/2.0/faq/install/#what-python-version-can-i-use-with-django
99
py{27,36}-dj111-tests,
10-
py{36,37}-dj{21,22}-tests,
10+
py{36,37,38}-dj{21,22}-tests,
1111
py{27,36}-fl{011,012,10}-tests,
12-
py{36,37}-s19-tests,
12+
py{36,37,38}-s19-tests,
1313

1414
[testenv]
1515
basepython =
1616
py27: python2.7
1717
py36: python3.6
1818
py37: python3.7
19+
py38: python3.8
1920
usedevelop = true
2021
setenv =
2122
DJANGO_SETTINGS_MODULE = tests.settings

0 commit comments

Comments
 (0)