diff options
Diffstat (limited to 'third_party/python/coverage/requirements/tox.pip')
-rw-r--r-- | third_party/python/coverage/requirements/tox.pip | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/python/coverage/requirements/tox.pip b/third_party/python/coverage/requirements/tox.pip new file mode 100644 index 0000000000..a6279c325c --- /dev/null +++ b/third_party/python/coverage/requirements/tox.pip @@ -0,0 +1,7 @@ +# 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.14.3 +# Adds env recreation on requirements file changes. +tox-battery==0.5.2 |