From cf4f23c3bc28ac937e2ea6bc70be36204effb08d Mon Sep 17 00:00:00 2001 From: Jon Banafato Date: Tue, 15 Aug 2017 10:44:13 -0400 Subject: [PATCH] Add Python 3.5 and 3.6 to tox.ini (#613) Bring `tox.ini` up to date with `setup.py` and `.travis.yml`. --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index af1ce57f..860dc636 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = pypy,py26,py27,py33,py34 +envlist = pypy,py26,py27,py33,py34,py35,py36 [testenv] whitelist_externals = git setenv =