From 46cb6010f9e063acb0695f71bdbe227da074b168 Mon Sep 17 00:00:00 2001 From: David Reid Date: Thu, 31 Oct 2013 15:53:59 -0700 Subject: Disable coverage on pypy temporarily. --- tox.ini | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index b01aeb74..c0a9738f 100644 --- a/tox.ini +++ b/tox.ini @@ -18,6 +18,11 @@ commands = sphinx-build -W -b doctest -d {envtmpdir}/doctrees docs docs/_build/html sphinx-build -W -b linkcheck docs docs/_build/html +# Temporarily disable coverage on pypy because of performance problems with +# coverage.py on pypy. +[testenv:pypy] +commands = py.test + [testenv:pep8] deps = flake8 commands = flake8 . -- cgit v1.2.3