summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-11-04 07:22:42 -0400
committerNed Batchelder <ned@nedbatchelder.com>2017-11-04 07:22:42 -0400
commit14ff42a34de245fcc603f7431eb0ae5912febcad (patch)
tree088856f4075ca1387e2d5b7d96563fc31d36e211 /tox.ini
parent07511758c6307bb39923a2f9f718003d50d9fc8c (diff)
downloadpython-coveragepy-git-14ff42a34de245fcc603f7431eb0ae5912febcad.tar.gz
Use the real implementation of del_environ
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index d3e50a7c..1e264cc1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,7 +17,7 @@ deps =
setuptools==35.0.2
mock==2.0.0
PyContracts==1.7.15
- unittest-mixins==1.3
+ unittest-mixins==1.4
#-e/Users/ned/unittest_mixins
py26: unittest2==1.1.0
# gevent won't install on py37: https://github.com/gevent/gevent/issues/1019