summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 231ce357..c7351e86 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,7 @@
init:
pip install pipenv --upgrade
pipenv install --dev
+ pip install git+https://github.com/urllib3/urllib3.git@1.26.x
test:
# This runs all of the tests, on both Python 2 and Python 3.
detox
@@ -25,4 +26,4 @@ publish:
docs:
cd docs && make html
- @echo "\033[95m\n\nBuild successful! View the docs homepage at docs/_build/html/index.html.\n\033[0m" \ No newline at end of file
+ @echo "\033[95m\n\nBuild successful! View the docs homepage at docs/_build/html/index.html.\n\033[0m"