Travis attempt 2
parent
88a404d2ab
commit
b688a0827f
|
@ -2,9 +2,6 @@ language: python
|
||||||
python:
|
python:
|
||||||
- "3.7"
|
- "3.7"
|
||||||
|
|
||||||
before_install:
|
|
||||||
- R -e 'install.packages(c( "rmarkdown"), repos = "http://cran.us.r-project.org")'
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
# Install Packrat
|
# Install Packrat
|
||||||
- snakemake packrat_install
|
- snakemake packrat_install
|
||||||
|
@ -12,6 +9,7 @@ before_script:
|
||||||
- snakemake packrat_restore
|
- snakemake packrat_restore
|
||||||
|
|
||||||
install:
|
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;
|
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
|
||||||
- bash miniconda.sh -b -p $HOME/miniconda
|
- bash miniconda.sh -b -p $HOME/miniconda
|
||||||
- source "$HOME/miniconda/bin:$PATH"
|
- source "$HOME/miniconda/bin:$PATH"
|
||||||
|
|
Loading…
Reference in New Issue