Skip to content

Commit cf4f23c

Browse files
jonafatohonzakral
authored andcommitted
Add Python 3.5 and 3.6 to tox.ini (#613)
Bring `tox.ini` up to date with `setup.py` and `.travis.yml`.
1 parent cd769b9 commit cf4f23c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = pypy,py26,py27,py33,py34
2+
envlist = pypy,py26,py27,py33,py34,py35,py36
33
[testenv]
44
whitelist_externals = git
55
setenv =

0 commit comments

Comments
 (0)