From 4f3fd09f870c859c178fd9ddb2f57e52fe508454 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Tue, 24 Apr 2018 12:16:13 +0200 Subject: [PATCH] fix syntax error in makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9cc75f1..94c2f89 100644 --- a/Makefile +++ b/Makefile @@ -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