From f189de9becf14840712b01877ebb1f08c26f894c Mon Sep 17 00:00:00 2001 From: Cory Benfield Date: Mon, 28 Nov 2016 10:29:10 +0000 Subject: [PATCH] We should consider *actually* testing Twisted. (#579) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index f323bb012..bc4a04f6f 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__)" - python -m twisted.trial + python -m twisted.trial --reporter=text twisted [testenv:py35-urllib3Master] basepython=python3.5