Fixing Trevis 1.0

pull/95/head
kaguillera 2020-06-03 19:52:49 -04:00
parent a6d86528a4
commit 085d44123c
1 changed files with 1 additions and 2 deletions

View File

@ -38,7 +38,6 @@ jobs:
- brew install r
- R --version
- brew cask install miniconda
- which conda
- eval "$(/opt/miniconda3/condabin/conda shell.bash hook)"
env:
@ -60,7 +59,7 @@ install:
script:
- cp -r tests/data/raw/* data/raw
- snakemake --profile tests/settings -R sms_features
- snakemake --profile tests/settings
- python -m unittest discover tests/scripts/ -v
notifications: