diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-03-13 21:08:55 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-03-13 21:08:55 -0700 |
commit | 0424f2c4c9cb5bccb0509f285f512c6cb3254c91 (patch) | |
tree | 6cf0e5b3f565b54e1b4239656f034128c854e9bf /.travis.yml | |
parent | bd61c7c0a9a4a2020d0acfb6a01e9ec85bb43b8e (diff) | |
parent | a4645b0c9c44311b0e3a58bce6e827e6c7047383 (diff) |
Merge pull request #276 from paramiko/python3
Merged-to-master Python 3 branch
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 97165c47..7042570f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ language: python python: - "2.6" - "2.7" + - "3.2" + - "3.3" install: # Self-install for setup.py-driven deps - pip install -e . |