From facd5f6eab294efb9c3897cb851d30b26f8bb69e Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Sat, 4 Jun 2016 12:53:57 +0100 Subject: [PATCH] add python 3.5 to travis --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2d1529d5..ff41e24f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,12 +7,13 @@ python: - "2.7" - "3.3" - "3.4" + - "3.5" - "pypy" install: - if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pip install -r py26-requirements.txt; fi - pip install -r requirements.txt - - pip install pytest-cov --use-mirrors - - pip install coveralls --use-mirrors + - pip install pytest-cov + - pip install coveralls #- pip install pytest # installed by Travis by default already script: - RUN_SLOW_TESTS_TOO=1 py.test --cov rq