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 /.travis.yml | |
parent | d22597b558ca8a1465352497e5adfd5d79cf4f3a (diff) |
We ought to work on python 3.4/3.5...
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 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 . |