Add Python 3.5 and 3.6 to tox.ini (#613)

Bring `tox.ini` up to date with `setup.py` and `.travis.yml`.
This commit is contained in:
Jon Banafato
2017-08-15 15:44:13 +01:00
committed by Honza Král
parent cd769b98a5
commit cf4f23c3bc
+1 -1
View File
@@ -1,5 +1,5 @@
[tox]
envlist = pypy,py26,py27,py33,py34
envlist = pypy,py26,py27,py33,py34,py35,py36
[testenv]
whitelist_externals = git
setenv =