From 4bc35660c0f8d7c0bff4358dfec1bf2ef1206a2a Mon Sep 17 00:00:00 2001 From: Antony Lee Date: Sun, 29 Oct 2017 12:00:11 -0700 Subject: [PATCH] Pin pandas<0.21 to unbreak the build. Just a temporary measure until the actual issue with pandas 0.21 gets fixed. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5099dbf9985f..d790ca48cb57 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,11 +57,11 @@ env: matrix: include: - python: 2.7 - env: MOCK=mock NUMPY=numpy==1.7.1 PANDAS=pandas NOSE=nose + env: MOCK=mock NUMPY=numpy==1.7.1 PANDAS='pandas<0.21.0' NOSE=nose - python: 3.4 env: PYTHON_ARGS=-OO - python: 3.6 - env: DELETE_FONT_CACHE=1 INSTALL_PEP8=pytest-pep8 RUN_PEP8=--pep8 PANDAS=pandas + env: DELETE_FONT_CACHE=1 INSTALL_PEP8=pytest-pep8 RUN_PEP8=--pep8 PANDAS='pandas<0.21.0' - python: "nightly" env: PRE=--pre - os: osx