From 085d44123c0d8ab4e40a9d6b94714c98b5192d63 Mon Sep 17 00:00:00 2001 From: kaguillera Date: Wed, 3 Jun 2020 19:52:49 -0400 Subject: [PATCH] Fixing Trevis 1.0 --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3a4eb422..367da4d1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: