From 63df0102a4f9ba01bbff4ccf61491f53dbf8f4c2 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Mon, 19 Jun 2017 00:59:13 -1000 Subject: add pypy3.5 to our test matrix (#3709) * add pypy3.5 to our test matrix * pypy-nocoverage time --- tox.ini | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 525ffe2e..89bcaae3 100644 --- a/tox.ini +++ b/tox.ini @@ -18,6 +18,14 @@ commands = coverage combine coverage report -m +# This target disables coverage on pypy because of performance problems with +# coverage.py on pypy. +[testenv:pypy-nocoverage] +basepython = pypy +commands = + pip list + pytest --capture=no --strict {posargs} + [testenv:docs] extras = docstest -- cgit v1.2.3