Skip to content

Commit

Permalink
downgrade setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
squirrelo committed Apr 20, 2016
1 parent 553f777 commit 284613d
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 @@ -7,7 +7,6 @@ addons:
packages:
- texlive-latex-extra
before_install:
- pip install --upgrade setuptools
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- ./miniconda.sh -b
Expand All @@ -17,6 +16,7 @@ before_install:
install:
- conda create --yes -n env_name python=$PYTHON_VERSION --file conda_requirements.txt
- source activate env_name
- conda install -y "setuptools<20.7.0"
- pip install -r pip_requirements.txt
- pip install -e . --no-deps

Expand Down

0 comments on commit 284613d

Please sign in to comment.