diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |
