From 79f81c90adb0e543128b6340df7b19383eab8cff Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sat, 4 Jun 2016 20:49:55 -0700 Subject: Pass --reporter to trial so that it's output doesn't overflow travis (#490) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 905747f..92e963d 100644 --- a/tox.ini +++ b/tox.ini @@ -29,7 +29,7 @@ passenv = ARCHFLAGS CFLAGS LC_ALL LDFLAGS PATH LD_LIBRARY_PATH TERM commands = python -c "import OpenSSL.SSL; print(OpenSSL.SSL.SSLeay_version(OpenSSL.SSL.SSLEAY_VERSION))" python -c "import cryptography; print(cryptography.__version__)" - trial twisted + trial --reporter=text twisted [testenv:py35-urllib3Master] basepython=python3.5 -- cgit v1.2.1