From d52975cef3a36e18552aeb23de7c06aa73d76454 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Sat, 13 May 2017 17:44:27 +0200 Subject: 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 --- tox.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'tox.ini') 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] -- cgit v1.2.1