Skip to content

Commit 9d6583f

Browse files
committed
Fixed python version in tox.
1 parent d0caa01 commit 9d6583f

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
envlist =
33
py27-{17,18,19,110,111}
4-
py36-{18,19,110,111}
4+
py35-{18,19,110,111}
55

66
[testenv]
77
usedevelop = true

0 commit comments

Comments
 (0)