Skip to content
This repository has been archived by the owner on Mar 8, 2020. It is now read-only.

Commit

Permalink
Downgrade conda-env while we wait for a 2.5.1 release.
Browse files Browse the repository at this point in the history
Pip install is broken in conda-env 2.5.0. See:
conda-archive/conda-env#246
  • Loading branch information
Kevin Deldycke committed Jun 16, 2016
1 parent 3a1b04b commit 106b30e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ before_install:
- hash -r
- conda config --set always_yes yes --set changeps1 no
- conda update conda
- conda update conda-env<2.5.0
# Useful for debugging any issues with conda
- conda info -a
# The next couple lines fix a crash with multiprocessing on Travis and are
Expand Down

0 comments on commit 106b30e

Please sign in to comment.