diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2019-12-23 09:16:07 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-12-23 09:16:07 -0500 |
commit | f9789d5ca9102775385dee93ad0c2e1876391033 (patch) | |
tree | f59eb5f7a63edfbf3c84c67c6ef494a1d9e9518d /Makefile | |
parent | fe7a68bc00f14ca1fbd00417c5f92bf673ac5131 (diff) | |
download | python-coveragepy-git-f9789d5ca9102775385dee93ad0c2e1876391033.tar.gz |
All tox work directories are under .tox
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -28,13 +28,12 @@ clean: clean_platform ## Remove artifacts of test execution, i rm -rf tests/eggsrc/build tests/eggsrc/dist tests/eggsrc/*.egg-info rm -f setuptools-*.egg distribute-*.egg distribute-*.tar.gz rm -rf doc/_build doc/_spell doc/sample_html_beta - rm -rf .tox_kits rm -rf .cache .pytest_cache .hypothesis rm -rf $$TMPDIR/coverage_test -make -C tests/gold/html clean sterile: clean ## Remove all non-controlled content, even if expensive. - rm -rf .tox* + rm -rf .tox -docker image rm -f quay.io/pypa/manylinux1_i686 quay.io/pypa/manylinux1_x86_64 |