From 11bc16e52534b0381418555a2b10f52f4b9abb65 Mon Sep 17 00:00:00 2001 From: Jason Rhinelander Date: Sun, 1 Jan 2017 10:53:00 -0400 Subject: [PATCH] Remove allow-fails (#581) Both are no longer needed: debian testing has Python 2.7.13 final now, and wheels of numpy and scipy are available. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3d020916..e8c58846 100644 --- a/.travis.yml +++ b/.travis.yml @@ -58,8 +58,6 @@ matrix: - flake8 allow_failures: - env: PYTHON=3.5 CPP=17 GCC=7 - - env: PYTHON=2.7 CPP=14 GCC=6 # Temporary until python >2.7.13-rc1 migrates to debian testing - - env: PYTHON=3.6 CPP=14 CLANG # Temporary until binary wheels of numpy and scipy become available on brew Python 3.6 cache: directories: - $HOME/.cache/pip