From defa460b5a457f4d1d4d4c409fcdf8b39b113cb8 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Tue, 23 Dec 2014 13:00:23 -0600 Subject: don't do coverage under pypy3 --- tox.ini | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 677df7e4..4e1304d8 100644 --- a/tox.ini +++ b/tox.ini @@ -45,6 +45,12 @@ commands = commands = py.test --capture=no --strict {posargs} +# Temporarily disable coverage on pypy3 because of performance problems with +# coverage.py on pypy3. +[testenv:pypy3] +commands = + py.test --capture=no --strict {posargs} + [testenv:pep8] deps = flake8 -- cgit v1.2.3