diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-11-04 07:22:42 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-11-04 07:22:42 -0400 |
commit | 14ff42a34de245fcc603f7431eb0ae5912febcad (patch) | |
tree | 088856f4075ca1387e2d5b7d96563fc31d36e211 /tox.ini | |
parent | 07511758c6307bb39923a2f9f718003d50d9fc8c (diff) | |
download | python-coveragepy-git-14ff42a34de245fcc603f7431eb0ae5912febcad.tar.gz |
Use the real implementation of del_environ
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |