From fb302d60100d43ec1b79a550b09bc3932b84f96b Mon Sep 17 00:00:00 2001 From: Xavier Ordoquy Date: Wed, 20 Jan 2016 13:53:53 +0100 Subject: [PATCH 1/2] Use the Python 3.5 env. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 67404d750..f25fd7882 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,8 @@ language: python +python: + - "3.5" + sudo: false env: From ed40b319bea32edb1dc6b3903cc3e05352364bfb Mon Sep 17 00:00:00 2001 From: Xavier Ordoquy Date: Wed, 20 Jan 2016 14:11:58 +0100 Subject: [PATCH 2/2] Removing Python 3.5 build from the expected failure. --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f25fd7882..b4d5da3a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,10 +21,7 @@ env: - TOX_ENV=py27-django17 matrix: - # Python 3.5 not yet available on travis, watch this to see when it is. fast_finish: true - allow_failures: - - env: TOX_ENV=py35-django19 install: - pip install tox