From 8b3d3a422df6f5ecde2c4890cf53ddcbcc7616b8 Mon Sep 17 00:00:00 2001 From: Jacek Generowicz Date: Mon, 9 Jan 2017 14:50:05 +0100 Subject: [PATCH] Keeping an eye on Python 3.6 Added Python 3.6 as an allowed failure to the Travis build matrix. Like this we will know when all our dependencies are available on conda in Python 3.6. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index d712037459..a7ea916c88 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,12 @@ matrix: fast_finish: true allow_failures: - os: osx + - env: IC_PYTHON_VERSION=3.6 + env: - IC_PYTHON_VERSION=2.7 - IC_PYTHON_VERSION=3.5 + - IC_PYTHON_VERSION=3.6 os: - linux