aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/downstream.d/pyopenssl.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis/downstream.d/pyopenssl.sh')
-rwxr-xr-x.travis/downstream.d/pyopenssl.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis/downstream.d/pyopenssl.sh b/.travis/downstream.d/pyopenssl.sh
index 60fc64f5..89e4e3e7 100755
--- a/.travis/downstream.d/pyopenssl.sh
+++ b/.travis/downstream.d/pyopenssl.sh
@@ -4,6 +4,7 @@ case "${1}" in
install)
git clone --depth=1 https://github.com/pyca/pyopenssl
cd pyopenssl
+ git rev-parse HEAD
pip install -e ".[test]"
;;
run)