Skip to content

Commit 8c507b4

Browse files
lkollarauvipy
authored andcommitted
Add Python 3.8 to tox.ini (#215)
We already support 3.8 but it was not listed in tox.ini.
1 parent 5750609 commit 8c507b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
minversion = 1.6
33
skipsdist = True
4-
envlist = py35,py36,py37,lint,cov
4+
envlist = py35,py36,py37,py38,lint,cov
55

66
[testenv]
77
deps = .

0 commit comments

Comments
 (0)