"git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "c7df846decbe9aa335a5292df9e5c87c5fb56d2d"
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:
cd -
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
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