Travis testing attempt 3

pull/95/head
kaguillera 2020-04-30 11:12:29 -04:00
parent 2720b24c0a
commit f33fe20cef
1 changed files with 2 additions and 1 deletions

View File

@ -9,17 +9,18 @@ before_script:
- snakemake packrat_restore
install:
- R -e 'install.packages(c( "rmarkdown"), repos = "http://cran.us.r-project.org")'
- 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"
- hash -r
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
- conda config --add channels r
# Useful for debugging any issues with conda
- conda info -a
# Replace dep1 dep2 ... with your dependencies
- R -e 'install.packages(c( "rmarkdown"), repos = "http://cran.us.r-project.org")'
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION --file environment.yml
- conda activate test-environment