diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2020-07-05 16:35:17 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-07-05 16:35:17 -0400 |
commit | f3fa80e40c5955dd1350070587f09371d38d7082 (patch) | |
tree | 7db2be37a5ec997425e3074c3295fbd8a1080659 | |
parent | 6c0bb8497702e9bdb8abdf4f833604822be498b0 (diff) | |
download | python-coveragepy-git-f3fa80e40c5955dd1350070587f09371d38d7082.tar.gz |
Maybe tox-battery will be better in the future
-rw-r--r-- | requirements/tox.pip | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/requirements/tox.pip b/requirements/tox.pip index 9ae2b00b..1428e42a 100644 --- a/requirements/tox.pip +++ b/requirements/tox.pip @@ -3,6 +3,3 @@ # The version of tox used by coverage.py tox==3.16.1 -# Adds env recreation on requirements file changes. -# 0.6.1 failed on travis on py2.7, not sure why it didn't fail locally. -tox-battery==0.5.2 |