From 0c049f2e5c82579544fb1df87c1e5b889281cae1 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Wed, 2 Apr 2014 20:46:28 -0700 Subject: [PATCH] tox: restore pypy/py26 configs, sphinx -q (#643) --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 32b291be6..48c29f139 100644 --- a/tox.ini +++ b/tox.ini @@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = py27,docs,flake8 +envlist = py26, py27, pypy, docs, flake8 [testenv] deps = @@ -32,7 +32,7 @@ changedir = docs deps = sphinx commands = - sphinx-build -W -b html . {envtmpdir}/html + sphinx-build -W -q -b html . {envtmpdir}/html [testenv:flake8] deps =