summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2016-03-26 10:38:44 -0400
committerNed Batchelder <ned@nedbatchelder.com>2016-03-26 10:38:44 -0400
commit92058587670200d070433978613715bbcc364958 (patch)
treefea21569fca242b2cf5770b7c723f364ac422321 /tox.ini
parent591d24657c6614ecf44a4cb0c5bc9db7a0f77b28 (diff)
downloadpython-coveragepy-git-92058587670200d070433978613715bbcc364958.tar.gz
Keep things running and quiet for 3.2
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index e25d3e44..d6c8cc3a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,7 +10,7 @@ usedevelop = True
deps =
# https://requires.io/github/nedbat/coveragepy/requirements/
- pip==8.0.3
+ pip==8.1.1
nose==1.3.7
mock==1.3.0
PyContracts==1.7.9
@@ -24,6 +24,8 @@ deps =
passenv = *
setenv =
pypy,pypy{24,26,40,3_24}: COVERAGE_NO_EXTENSION=no C extension under PyPy
+ # Something (pip? setuptools?) chatters about 3.2 support going away.
+ pypy3_24: PYTHONWARNINGS=ignore:::pkg_resources
commands =
python setup.py --quiet clean develop