diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2015-11-02 17:32:00 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2015-11-02 17:32:00 -0800 |
commit | 583d6eaedfe2b004777b100ab8a8185bb9bec073 (patch) | |
tree | d60ba430930641a984c960b8c623db6abac4963e | |
parent | d22597b558ca8a1465352497e5adfd5d79cf4f3a (diff) |
We ought to work on python 3.4/3.5...
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | setup.py | 2 |
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 . @@ -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 ) |