summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorsalimfadhley <sal@stodge.org>2013-06-13 00:04:49 +0100
committersalimfadhley <sal@stodge.org>2013-06-13 00:04:49 +0100
commita08e160c811bd26009db238d0e13fe2bdea72be4 (patch)
tree3c3cab90aaf679efa5c412f000c11c0a63655235 /.travis.yml
parente8ccb0819331da8e210b58276f0cccae64a657dc (diff)
downloadpython-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.yml1
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"