fix syntax error in makefile

This commit is contained in:
Markus Unterwaditzer 2018-04-24 12:16:13 +02:00
parent b5eefc9bf5
commit 4f3fd09f87

View file

@ -85,7 +85,7 @@ install-test: install-servers
pip install -Ur test-requirements.txt
set -xe && if [ "$$REQUIREMENTS" = "devel" ]; then \
pip install -U --force-reinstall \
'git+https://github.com/HypothesisWorks/hypothesis#egg=hypothesis&subdirectory=hypothesis-python'
'git+https://github.com/HypothesisWorks/hypothesis#egg=hypothesis&subdirectory=hypothesis-python' \
git+https://github.com/kennethreitz/requests \
git+https://github.com/pytest-dev/pytest; \
fi