Skip to content

Commit 19c28f3

Browse files
py36 not available on circle-ci, which I'm using on Github at the moment
1 parent 668763f commit 19c28f3

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,6 +1,6 @@
11
# content of: tox.ini , put in same dir as setup.py
22
[tox]
3-
envlist = py27,py36,pep8
3+
envlist = py27,py3,pep8
44

55
[testenv]
66
commands=

0 commit comments

Comments
 (0)