Skip to content

Commit

Permalink
try no version to resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
nouiz committed Oct 28, 2014
1 parent 9e36629 commit 90c5445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 90c5445

Please sign in to comment.