There was an error while loading. Please reload this page.
1 parent 553f777 commit c88dce0Copy full SHA for c88dce0
1 file changed
.travis.yml
@@ -7,7 +7,6 @@ addons:
7
packages:
8
- texlive-latex-extra
9
before_install:
10
- - pip install --upgrade setuptools
11
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
12
- chmod +x miniconda.sh
13
- ./miniconda.sh -b
@@ -17,6 +16,7 @@ before_install:
17
16
install:
18
- conda create --yes -n env_name python=$PYTHON_VERSION --file conda_requirements.txt
19
- source activate env_name
+ - pip install --upgrade setuptools
20
- pip install -r pip_requirements.txt
21
- pip install -e . --no-deps
22
0 commit comments