From 91a10bf122047daffcd3c46f3e1f94c98fe9235f Mon Sep 17 00:00:00 2001 From: Alexander Kukushkin Date: Thu, 24 Dec 2015 09:51:42 +0100 Subject: [PATCH] Execute tests against python 3.5 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7debc49e..e7c5d0d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,8 @@ language: python python: - "2.7" - - "3.3" - "3.4" + - "3.5" install: - if [[ $TRAVIS_PYTHON_VERSION == 2* ]]; then pip install -r requirements-py2.txt --use-mirrors; fi - if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements-py3.txt --use-mirrors; fi