From f5ba23a36a93151b7aa8238b34760d17b787889d Mon Sep 17 00:00:00 2001 From: Lijun Zhu <gatechzhu@gmail.com> Date: Sat, 27 Apr 2019 21:48:58 -0400 Subject: [PATCH] avoid large downlad on traivs-ci --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3e1d606..9c992da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,7 +44,7 @@ install: cd - script: - - pytest -m "not password" --cov-config .coveragerc --cov yews --cov $YEWS_INSTALL_PATH tests + - pytest -m "not password" -m "not large_download" --cov-config .coveragerc --cov yews --cov $YEWS_INSTALL_PATH tests after_success: # Necessary to run coverage combine to rewrite paths from