From 5f01c06f50fd3b04820b731844f8b32c3584c212 Mon Sep 17 00:00:00 2001 From: Salim Fadhley Date: Tue, 29 Jul 2014 00:12:46 +0100 Subject: [PATCH] added additional versions of python to the travis configuration; --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index cbcc61d..b7bec86 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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" -- 2.34.1