commit | 31b5d784e6542a6bcac9af9b39d3feacabdba137 | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Fri Dec 23 12:20:36 2016 -0500 |
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | Fri Dec 23 11:20:36 2016 -0600 |
tree | 5917a94d71a9a8d69a02331ad00c3f9eb60e341b | |
parent | 5685baa2121cb7e5abc99b4325701dad44cb5f30 [diff] [blame] |
Fixed #3334 -- added Python 3.6 support (#3335) * Fixed #3334 -- added Python 3.6 support * install py36 * empty commit to retrigger travis * this is an impressively dumb typo
diff --git a/tox.ini b/tox.ini index e29b2d5..0e75011 100644 --- a/tox.ini +++ b/tox.ini
@@ -1,6 +1,6 @@ [tox] minversion = 2.4 -envlist = py26,py27,pypy,py33,py34,py35,docs,pep8,py3pep8 +envlist = py26,py27,pypy,py33,py34,py35,py36,docs,pep8,py3pep8 [testenv] extras =