added additional versions of python to the travis configuration; v0.2.23
authorSalim Fadhley <sal@stodge.org>
Mon, 28 Jul 2014 23:12:46 +0000 (00:12 +0100)
committerSalim Fadhley <sal@stodge.org>
Mon, 28 Jul 2014 23:12:46 +0000 (00:12 +0100)
.travis.yml

index cbcc61d7a4e0098ed7ea6fdd1860eb4cc6cdef1a..b7bec86e44d9d8ae5d4076b7e484d8c46b6f38af 100644 (file)
@@ -4,15 +4,15 @@ python:
     - "2.6"
     - "2.7"
     - "3.3"
+    - "3.4"
 
 # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
 install:
     - python setup.py develop
-    - pip install --use-mirrors nose mock coverage pep8 pylint
+    - pip install nose mock coverage pep8 pylint
 
 # command to run tests, e.g. python setup.py test
 script:
     - pep8 --ignore=E501 jenkinsapi/*.py
     - pylint --rcfile=pylintrc jenkinsapi/*.py --disable R0912
     - nosetests jenkinsapi_tests
-#    - "nosetests jenkinsapi_tests/systests"