diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2020-01-28 06:32:32 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-01-28 06:32:32 -0500 |
commit | 1c5f6610f987cc6fd7c575fac45470b91a72b731 (patch) | |
tree | 9f7ac8c801e0f110b512a59ead16a33599d77f35 | |
parent | 5421b7c8f678ffa7640b9f994aab63ab39c61558 (diff) | |
download | python-coveragepy-git-1c5f6610f987cc6fd7c575fac45470b91a72b731.tar.gz |
tox-battery is fixed for pip 20
-rw-r--r-- | requirements/tox.pip | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/requirements/tox.pip b/requirements/tox.pip index 6325d30c..a6279c32 100644 --- a/requirements/tox.pip +++ b/requirements/tox.pip @@ -4,5 +4,4 @@ # The version of tox used by coverage.py tox==3.14.3 # Adds env recreation on requirements file changes. -# Waiting for https://github.com/signalpillar/tox-battery/issues/19 -#tox-battery==0.5.1 +tox-battery==0.5.2 |