summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.cfg1
-rw-r--r--tox.ini1
2 files changed, 2 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index f903e7b..e2e070f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -19,6 +19,7 @@ classifier =
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
+ Programming Language :: Python :: 3.5
Topic :: Software Development :: Libraries
Topic :: System :: Distributed Computing
diff --git a/tox.ini b/tox.ini
index abc05c5..d838abe 100644
--- a/tox.ini
+++ b/tox.ini
@@ -5,6 +5,7 @@ envlist = cover,
pep8,
py27,
py34,
+ py35,
pylint,
update-states