Skip to content

Commit c88dce0

Browse files
committed
downgrade setuptools
1 parent 553f777 commit c88dce0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ addons:
77
packages:
88
- texlive-latex-extra
99
before_install:
10-
- pip install --upgrade setuptools
1110
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
1211
- chmod +x miniconda.sh
1312
- ./miniconda.sh -b
@@ -17,6 +16,7 @@ before_install:
1716
install:
1817
- conda create --yes -n env_name python=$PYTHON_VERSION --file conda_requirements.txt
1918
- source activate env_name
19+
- pip install --upgrade setuptools
2020
- pip install -r pip_requirements.txt
2121
- pip install -e . --no-deps
2222

0 commit comments

Comments
 (0)