diff options
author | salimfadhley <sal@stodge.org> | 2013-06-13 00:04:49 +0100 |
---|---|---|
committer | salimfadhley <sal@stodge.org> | 2013-06-13 00:04:49 +0100 |
commit | a08e160c811bd26009db238d0e13fe2bdea72be4 (patch) | |
tree | 3c3cab90aaf679efa5c412f000c11c0a63655235 /.travis.yml | |
parent | e8ccb0819331da8e210b58276f0cccae64a657dc (diff) | |
download | python-jenkinsapi-a08e160c811bd26009db238d0e13fe2bdea72be4.tar.gz python-jenkinsapi-a08e160c811bd26009db238d0e13fe2bdea72be4.tar.bz2 python-jenkinsapi-a08e160c811bd26009db238d0e13fe2bdea72be4.zip |
re-add python 3.3 support
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 2f71c78..6a2b9d5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ language: python python: - "2.7" + - "3.3" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: - "python setup.py develop" |