From b89b890769c9969a914dcff8fb76b5d4ca7774ce Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sat, 20 Feb 2016 17:57:50 +0100 Subject: [PATCH] Install development hypothesis and pytest --- Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 82c8f04..75d8aab 100644 --- a/Makefile +++ b/Makefile @@ -27,8 +27,15 @@ install-servers: done install-test: install-servers - pip install pytest pytest-xprocess pytest-localserver hypothesis pytest-subtesthack (python --version | grep -vq 'Python 3.3') || pip install enum34 + set -xe && if [ "$$REQUIREMENTS" = "devel" ]; then \ + pip install -U --force-reinstall \ + git+https://github.com/DRMacIver/hypothesis \ + git+https://github.com/pytest-dev/pytest; \ + else + pip install pytest hypothesis + fi + pip install pytest-xprocess pytest-localserver pytest-subtesthack [ $(TRAVIS) != "true" ] || pip install coverage codecov test: