Skip to content

Commit 4eb2701

Browse files
millarPetrDlouhy
authored andcommitted
Update tox.ini
1 parent b490051 commit 4eb2701

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,14 @@ minversion=2.7
1010
skip_missing_interpreters=True
1111

1212
envlist =
13-
{py27,py35,py36,pypy2,pypy3}-django1.11
13+
{py27,py35,py36,py37,pypy2,pypy3}-django1.11
1414

1515
[gh-actions]
1616
python =
1717
2.7: py27
1818
3.5: py35
1919
3.6: py36
20+
3.7: py37
2021
pypy2: pypy2
2122
pypy3: pypy3
2223

0 commit comments

Comments
 (0)