diff options
-rwxr-xr-x | setup.py | 4 | ||||
-rw-r--r-- | tox.ini | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -62,7 +62,7 @@ See docs at http://packages.python.org/cmd2/ 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', - + 'Programming Language :: Python :: 3.6', ], - ) +) @@ -1,5 +1,5 @@ [tox] -envlist = py27,py34,py35,jython,pypy +envlist = py27,py34,py35,py36,jython,pypy [testenv] deps = |