diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-03-01 17:16:36 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-03-01 18:00:08 -0500 |
commit | 05eebb354da352f8200ef6c3b29d5d32363bfd0d (patch) | |
tree | 71a78e8a7b5b06cf1173517421e215980db75c9e /requirements/tox.pip | |
parent | 31d4b0029181879ae3a8869caf38e32c7b8aace7 (diff) | |
download | python-coveragepy-git-nedbat/fix-auditwheel-install-kit.tar.gz |
build: auditwheel is only python 3nedbat/fix-auditwheel-install-kit
Diffstat (limited to 'requirements/tox.pip')
-rw-r--r-- | requirements/tox.pip | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/requirements/tox.pip b/requirements/tox.pip deleted file mode 100644 index 0e0f20f2..00000000 --- a/requirements/tox.pip +++ /dev/null @@ -1,5 +0,0 @@ -# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 -# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt - -# The version of tox used by coverage.py -tox==3.20.1 |