From fb5c62d261f3144374b832e45b97d4557cde1f45 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Thu, 17 Apr 2014 15:21:48 -0400 Subject: Try reporting the version of OpenSSL that was used at the end of each build. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 62565d1..12d08fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -69,6 +69,8 @@ script: coverage run --branch --source=OpenSSL setup.py bdist_wheel test - | coverage report -m + - | + python -c "import OpenSSL.SSL; print OpenSSL.SSL.SSLeay_version(OpenSSL.SSL.SSLEAY_VERSION)" after_success: - coveralls -- cgit v1.2.1