From 7c8ed9e306c4e83d7bba80e782794d4055851512 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 14 Aug 2017 23:25:01 -0400 Subject: Get our travis from pypy (#3865) * Get our travis from pypy * doh --- tox.ini | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 89bcaae3..777e9b89 100644 --- a/tox.ini +++ b/tox.ini @@ -26,6 +26,14 @@ commands = pip list pytest --capture=no --strict {posargs} +# This target disables coverage on pypy because of performance problems with +# coverage.py on pypy. +[testenv:pypy3-nocoverage] +basepython = pypy3 +commands = + pip list + pytest --capture=no --strict {posargs} + [testenv:docs] extras = docstest -- cgit v1.2.3