diff options
| author | Nate Prewitt <Nate.Prewitt@gmail.com> | 2018-10-17 22:55:50 -0700 |
|---|---|---|
| committer | Nate Prewitt <Nate.Prewitt@gmail.com> | 2018-10-17 23:06:24 -0700 |
| commit | 328bf6826931cfa1d01513597ed7eedecef63602 (patch) | |
| tree | c7e6f171f3f60c34fff81f626562f60e18f5f167 /Makefile | |
| parent | 2c6a8426aebd853966747f2c851f551c583cb21a (diff) | |
| download | python-requests-test_urllib3_dev.tar.gz | |
test urllib3 master branchtest_urllib3_dev
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,4 +1,4 @@ -.PHONY: docs +.PHONY: docs ci-dev init: pip install pipenv --upgrade pipenv install --dev --skip-lock @@ -8,6 +8,10 @@ test: ci: pipenv run py.test -n 8 --boxed --junitxml=report.xml +ci-dev: + pip install git+https://github.com/urllib3/urllib3.git + $(MAKE) ci + test-readme: @pipenv run python setup.py check --restructuredtext --strict && ([ $$? -eq 0 ] && echo "README.rst and HISTORY.rst ok") || echo "Invalid markup in README.rst or HISTORY.rst!" @@ -25,4 +29,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" |
