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.
1 parent 281fc0c commit 04da486Copy full SHA for 04da486
.travis.yml
@@ -7,6 +7,7 @@ before_install:
7
- sudo apt-get update
8
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
9
- bash miniconda.sh -b -p $HOME/miniconda
10
+ - rm -f miniconda.sh
11
- export PATH="$HOME/miniconda/bin:$PATH"
12
- hash -r
13
- conda config --set always_yes yes --set changeps1 no
0 commit comments