Skip to content

Commit 582fed0

Browse files
committed
Add testing for Python v3.6
Add py36 to tox testing configuration.
1 parent 93fb942 commit 582fed0

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,5 +1,5 @@
11
[tox]
2-
envlist = py27, py35
2+
envlist = py27, py35, py36
33

44
[testenv]
55
deps = pytest

0 commit comments

Comments
 (0)