diff --git a/ci/make-env.sh b/ci/make-env.sh index a620ea0..c29c88c 100755 --- a/ci/make-env.sh +++ b/ci/make-env.sh @@ -20,7 +20,7 @@ echo ">>> activate oggm_env" source activate oggm_env if [[ "$PKG" == "oggm" ]]; then - RQ pytest -k "not test_env_var and not test_corrupted_file and not test_dl_verify" --pyargs oggm + RQ pytest --mpl-oggm -k "not test_googlemap" --pyargs oggm else RQ pytest.oggm --mpl-oggm fi