From 90c54457dec9d467607081fa9f1e8cf1480f4531 Mon Sep 17 00:00:00 2001 From: Frederic Date: Tue, 28 Oct 2014 09:29:59 -0400 Subject: [PATCH] try no version to resolve conflict --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d7eda6ac6fd..dd586fde8d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ before_install: install: # We support scipy 0.7.2, but it is not available on conda. # So we test with 0.11. Our internal buildbot have 0.7.2. - - conda create --yes -q -n py26 python=2.6 numpy=1.6 scipy=0.11 nose=1.1 pip pydot=1.0.28 + - conda create --yes -q -n py26 python=2.6 numpy=1.6 scipy=0.11 nose=1.1 pip pydot - source activate py26 - pip install . --no-deps --use-mirrors