We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb3f6f9 + 564af7e commit c78b5a9Copy full SHA for c78b5a9
.travis.yml
@@ -11,7 +11,7 @@ before_install:
11
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
12
- chmod +x miniconda.sh
13
- ./miniconda.sh -b
14
- - export PATH=/home/travis/miniconda/bin:$PATH
+ - export PATH=/home/travis/miniconda/bin:/home/travis/miniconda2/bin:$PATH
15
- conda update --yes conda
16
17
install:
0 commit comments