Travis testing attempt 3.1

pull/95/head
kaguillera 2020-04-30 12:30:07 -04:00
parent f33fe20cef
commit c17493708c
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ before_script:
install:
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
- bash miniconda.sh -b -p $HOME/miniconda
- source "$HOME/miniconda/bin:$PATH"
- source "$HOME/miniconda/etc/profile.d/conda.sh"
- hash -r
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda