summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2015-11-02 17:32:00 -0800
committerJeff Forcier <jeff@bitprophet.org>2015-11-02 17:32:00 -0800
commit583d6eaedfe2b004777b100ab8a8185bb9bec073 (patch)
treed60ba430930641a984c960b8c623db6abac4963e
parentd22597b558ca8a1465352497e5adfd5d79cf4f3a (diff)
We ought to work on python 3.4/3.5...
-rw-r--r--.travis.yml2
-rw-r--r--setup.py2
2 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index dc5bd561..f841a71e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,6 +4,8 @@ python:
- "2.6"
- "2.7"
- "3.3"
+ - "3.4"
+ - "3.5"
install:
# Self-install for setup.py-driven deps
- pip install -e .
diff --git a/setup.py b/setup.py
index 235fd0e3..9e08323d 100644
--- a/setup.py
+++ b/setup.py
@@ -86,6 +86,8 @@ setup(
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
+ 'Programming Language :: Python :: 3.4',
+ 'Programming Language :: Python :: 3.5',
],
**kw
)