From 8637a29b4c42e6baa4429292e95daa2ce5969568 Mon Sep 17 00:00:00 2001 From: Andy Hayden Date: Sun, 20 Sep 2015 22:27:45 -0700 Subject: [PATCH] Add pandas 0.17rc Use the pandas conda channel. We may as well always use it. --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8efc05f4..d51e00a5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ env: - PYTHON=2.7 PANDAS=0.15.1 - PYTHON=3.3 PANDAS=0.14.1 - PYTHON=3.4 PANDAS=0.16.2 + - PYTHON=3.4 PANDAS=0.17.0rc1 - PYTHON=2.7 PANDAS=0.12.0 - PYTHON=2.7 PANDAS=0.11.0 - PYTHON=2.7 PANDAS=0.10.1 @@ -36,8 +37,9 @@ install: - conda info -a # Replace dep1 dep2 ... with your dependencies - - conda create -q -n test-environment python=$PYTHON pandas=$PANDAS nose coverage setuptools html5lib lxml beautiful-soup + - conda create -q -n test-environment python=$PYTHON nose coverage setuptools html5lib lxml beautiful-soup - source activate test-environment + - conda install pandas==$PANDAS -c pandas --yes - pip install coveralls --quiet - conda list - python setup.py install