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: