summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorCory Benfield <lukasaoz@gmail.com>2016-11-28 10:29:10 +0000
committerPaul Kehrer <paul.l.kehrer@gmail.com>2016-11-28 18:29:10 +0800
commitf189de9becf14840712b01877ebb1f08c26f894c (patch)
tree6ff99f40fbb5a5d71f2eed215029ba46ba71a40a /tox.ini
parente15e60a587efcddd61e391a8e5917291c98d554e (diff)
downloadpyopenssl-f189de9becf14840712b01877ebb1f08c26f894c.tar.gz
We should consider *actually* testing Twisted. (#579)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index f323bb0..bc4a04f 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