diff options
author | Scott Maxwell <scott@codecobblers.com> | 2013-10-30 16:02:01 -0700 |
---|---|---|
committer | Scott Maxwell <scott@codecobblers.com> | 2013-10-30 16:02:01 -0700 |
commit | e5822c9fa1b9243639450369b80df2746df714d0 (patch) | |
tree | 3fcf2e0300b20f08a92422b8d5ac48dd02011e1f /.travis.yml | |
parent | 7aaf42a7b129ba5b9548db0b2a71a095246aeac9 (diff) |
Add Py3.2 and Py3.3 to travis
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 43a42798..7ebb9312 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ python: - "2.5" - "2.6" - "2.7" + - "3.2" + - "3.3" install: # Self-install for setup.py-driven deps - pip install -e . |