summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Weißschuh <thomas@t-8ch.de>2015-04-29 22:53:22 +0000
committerThomas Weißschuh <thomas@t-8ch.de>2015-04-29 23:03:22 +0000
commit7fc5e87c04889eaa1f298af10aa2dc1c82b8429e (patch)
tree8b565544e4e7008d2c2951e541d9202973fb4857
parente4c89df894548648624699286fc2dbd196ec21fb (diff)
downloadurllib3-7fc5e87c04889eaa1f298af10aa2dc1c82b8429e.tar.gz
show openssl version in travis
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index abb27b44..fc88d9d8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,6 +7,8 @@ python:
- "3.4"
- "pypy"
script: make test
+before_install:
+ - openssl version
install:
- make
notifications: