Unverified Commit 435eddf7 authored by Aditya Oke's avatar Aditya Oke Committed by GitHub
Browse files

Removing code coverage and cleanup tox (#5042)



* remove coveragerc

* edit shell scripts

* drop tox

* Apply suggestions from code review

* Update setup.cfg
Co-authored-by: default avatarPhilip Meier <github.pmeier@posteo.de>
Co-authored-by: default avatarVasilis Vryniotis <datumbox@users.noreply.github.com>
parent 4ae20e53
......@@ -7,4 +7,4 @@ conda activate ./env
export PYTORCH_TEST_WITH_SLOW='1'
python -m torch.utils.collect_env
pytest --cov=torchvision --junitxml=test-results/junit.xml -v --durations 20
pytest --junitxml=test-results/junit.xml -v --durations 20
......@@ -10,4 +10,4 @@ source "$this_dir/set_cuda_envs.sh"
export PYTORCH_TEST_WITH_SLOW='1'
python -m torch.utils.collect_env
pytest --cov=torchvision --junitxml=test-results/junit.xml -v --durations 20
pytest --junitxml=test-results/junit.xml -v --durations 20
[run]
branch = True
[paths]
source =
torchvision
/**/site-packages/torchvision
[flake8]
max-line-length = 120
ignore = F401,E402,F403,W503,W504
exclude = docs/src
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