diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2015-12-11 09:01:51 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-12-11 09:01:51 -0500 |
commit | ae91d45616dbc4dddcd66955b41ffb5fa420ddda (patch) | |
tree | 4366306a9c76a799d75f0eed6a7cf215fd319dec /requirements | |
parent | f9a46209c67b9b0eddb6c3ae302b8b5443785381 (diff) | |
download | python-coveragepy-git-ae91d45616dbc4dddcd66955b41ffb5fa420ddda.tar.gz |
Update versions of tools.
Diffstat (limited to 'requirements')
-rw-r--r-- | requirements/tox.pip | 2 | ||||
-rw-r--r-- | requirements/wheel.pip | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements/tox.pip b/requirements/tox.pip index 0bfd695f..034aa988 100644 --- a/requirements/tox.pip +++ b/requirements/tox.pip @@ -1,2 +1,2 @@ # The version of tox used by coverage.py -tox==2.2.1 +tox==2.3.0 diff --git a/requirements/wheel.pip b/requirements/wheel.pip index 268fe23f..0e771c28 100644 --- a/requirements/wheel.pip +++ b/requirements/wheel.pip @@ -1,3 +1,3 @@ # Things needed to make wheels for coverage.py -setuptools==18.6.1 +setuptools==18.7.1 wheel==0.26.0 |