From: Salim Fadhley Date: Mon, 28 Jul 2014 23:12:46 +0000 (+0100) Subject: added additional versions of python to the travis configuration; X-Git-Tag: v0.2.23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5f01c06f50fd3b04820b731844f8b32c3584c212;p=tools%2Fpython-jenkinsapi.git added additional versions of python to the travis configuration; --- 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"