diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2017-04-30 11:59:06 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-04-30 11:59:06 -0400 |
| commit | 8931c9a3ee444254e27a10f90ae8121675760fac (patch) | |
| tree | 4243919648055d962f2612856aa186ea0f228572 /requirements/tox.pip | |
| parent | ae0f868e4e4e7e0903ae9d4a491ce62167c368ee (diff) | |
| download | python-coveragepy-git-8931c9a3ee444254e27a10f90ae8121675760fac.tar.gz | |
update requirements, and use tox-battery to recreate tox as needed
Diffstat (limited to 'requirements/tox.pip')
| -rw-r--r-- | requirements/tox.pip | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/requirements/tox.pip b/requirements/tox.pip index 1264050c..d09412d0 100644 --- a/requirements/tox.pip +++ b/requirements/tox.pip @@ -1,2 +1,4 @@ # The version of tox used by coverage.py -tox==2.5.0 +tox==2.7.0 +# Adds env recreation on requirements file changes. +tox-battery==0.4 |
