Skip to content

Commit

Permalink
avoid large downlad on traivs-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
lijunzh committed Apr 28, 2019
1 parent 0743595 commit f5ba23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f5ba23a

Please sign in to comment.