aboutsummaryrefslogtreecommitdiffstats
path: root/.travis/downstream.d/urllib3.sh
diff options
context:
space:
mode:
Diffstat (limited to '.travis/downstream.d/urllib3.sh')
-rwxr-xr-x.travis/downstream.d/urllib3.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis/downstream.d/urllib3.sh b/.travis/downstream.d/urllib3.sh
index 4f5dfafb..dad06159 100755
--- a/.travis/downstream.d/urllib3.sh
+++ b/.travis/downstream.d/urllib3.sh
@@ -4,6 +4,7 @@ case "${1}" in
install)
git clone --depth 1 https://github.com/shazow/urllib3
cd urllib3
+ git rev-parse HEAD
pip install -r ./dev-requirements.txt
pip install -e ".[socks]"
;;