aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDavid Reid <dreid@dreid.org>2013-11-05 14:04:28 -0800
committerDavid Reid <dreid@dreid.org>2013-11-05 14:04:28 -0800
commit745c5ecbaa4fdeacba75e17d5e8baf7915762f22 (patch)
treea33536cad1c97959110739354568ed78cdc23639 /.travis.yml
parentd43116e8d1fb8a22a25fa67a5983c421b84dcb8c (diff)
downloadcryptography-745c5ecbaa4fdeacba75e17d5e8baf7915762f22.tar.gz
cryptography-745c5ecbaa4fdeacba75e17d5e8baf7915762f22.tar.bz2
cryptography-745c5ecbaa4fdeacba75e17d5e8baf7915762f22.zip
This check didn't work correctly because libssl-dev doesn't install the userland tools.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 3cb27a9b..38da4624 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -36,9 +36,6 @@ install:
- pip install tox
script:
- # Make sure that if we installed an OPENSSL version then we got that
- # version installed.
- - "[[ ${OPENSSL} != \"\" ]] && openssl version | grep ${OPENSSL}"
- tox -e $TOX_ENV
notifications: