Skip to content

Commit

Permalink
TEST: Use --ignore-installed as workaround of conda
Browse files Browse the repository at this point in the history
`conda` ships with setuptools but lacks a corresponding
easy-install.pth. Attempting to upgrade setuptools using `pip` fails
because easy-install.pth is missing, despite the presentation of the
conda-originating setuptools as an easy_install egg. It is a known bug
of `conda` that is documented at the following:

pypa/pip#2751
ContinuumIO/anaconda-issues#542
  • Loading branch information
slivingston authored and johnyf committed Jul 2, 2016
1 parent 83afd1c commit a6f98e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -31,7 +31,7 @@ before_install:
- conda install -q -y nomkl
- conda install -q -y numpy scipy
- conda info -a
- pip install --upgrade pip setuptools
- pip install --ignore-installed --upgrade pip setuptools
- pip install nose
- pip install mock

Expand Down

0 comments on commit a6f98e7

Please sign in to comment.