summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Ceratto <federico.ceratto@gmail.com>2016-10-03 10:53:27 +0100
committerFederico Ceratto <federico.ceratto@gmail.com>2016-10-03 10:53:27 +0100
commit608ef7a769ba4eb2149053ee6606bb62592e9b5b (patch)
treef88a2ccb3c750bb243e4877a399f9a2f752fec18
parentafcc8f7018abbf1bd8b89c942d7f4cb9cc6e71cd (diff)
downloadcmd2-git-608ef7a769ba4eb2149053ee6606bb62592e9b5b.tar.gz
Add Python3.6 support
-rwxr-xr-xsetup.py4
-rw-r--r--tox.ini2
2 files changed, 3 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index 06cb5cbc..46be1b5b 100755
--- a/setup.py
+++ b/setup.py
@@ -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',
],
- )
+)
diff --git a/tox.ini b/tox.ini
index ed2d2e12..91ce4283 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py27,py34,py35,jython,pypy
+envlist = py27,py34,py35,py36,jython,pypy
[testenv]
deps =