summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorHynek Schlawack <hs@ox.cx>2017-05-13 17:44:27 +0200
committerPaul Kehrer <paul.l.kehrer@gmail.com>2017-05-13 10:44:27 -0500
commitd52975cef3a36e18552aeb23de7c06aa73d76454 (patch)
treea74830b8bdf3742062ded54b1ef1985e8d0063d9 /tox.ini
parent7706e1484fe6eab0ae35c103e5b89b7e16fca9a5 (diff)
downloadpyopenssl-d52975cef3a36e18552aeb23de7c06aa73d76454.tar.gz
Add an informative __main__.py (#620)
* Add an informative __main__.py Give users an easy way to figure out what versions they're running. * Why not more info! * Add test * No empty last line * Make @alex happy * DIAF Python 2.6 * Add cffi's version * Make debug a module * Add cryptography's compile-time OpenSSL
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 5098d6f..723562e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -17,6 +17,7 @@ setenv =
PIP_NO_BINARY=cryptography
commands =
openssl version
+ coverage run --parallel -m OpenSSL.debug
coverage run --parallel -m pytest -v {posargs}
[testenv:py27-twistedMaster]