Unverified Commit 854ead08 authored by Philip Meier's avatar Philip Meier Committed by GitHub
Browse files

disable download tests for Travis CI (#2674)

parent a075d629
...@@ -55,7 +55,7 @@ install: ...@@ -55,7 +55,7 @@ install:
cd - cd -
script: script:
- pytest --cov-config .coveragerc --cov torchvision --cov $TV_INSTALL_PATH -k 'not TestVideoReader and not TestVideoTransforms and not TestIO' test - pytest --cov-config .coveragerc --cov torchvision --cov $TV_INSTALL_PATH -k 'not TestVideoReader and not TestVideoTransforms and not TestIO' test --ignore=test/test_datasets_download.py
- pytest test/test_hub.py - pytest test/test_hub.py
after_success: after_success:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment