Travis testing attempt 4.0

pull/95/head
kaguillera 2020-04-30 16:55:48 -04:00
parent a35545587a
commit 02d042448d
1 changed files with 7 additions and 5 deletions

View File

@ -4,16 +4,18 @@ python:
before_script:
# Install Packrat
- sudo python snakemake packrat_install
- sudo python snakemake packrat_init
- sudo python snakemake packrat_restore
- snakemake packrat_install
- snakemake packrat_init
- snakemake packrat_restore
# - R -e 'install.packages(c( "rmarkdown"), repos = "http://cran.us.r-project.org")'
before_install:
- sudo apt-get install -y r-base
- sudo chmod ugo+rw /usr/local/lib/R/site-library
- R -e 'install.packages(c( "rmarkdown"), repos = "http://cran.us.r-project.org")'
r_binary_packages:
- rmarkdown
# r_binary_packages:
# - rmarkdown
install: