From 85a4b4da6d60fd897d49b3c3df3f1a4b2ffd8b6c Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sun, 21 Feb 2016 13:44:32 +0100 Subject: [PATCH] Fix makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 75d8aab..4227873 100644 --- a/Makefile +++ b/Makefile @@ -32,8 +32,8 @@ install-test: install-servers pip install -U --force-reinstall \ git+https://github.com/DRMacIver/hypothesis \ git+https://github.com/pytest-dev/pytest; \ - else - pip install pytest hypothesis + else \ + pip install pytest hypothesis; \ fi pip install pytest-xprocess pytest-localserver pytest-subtesthack [ $(TRAVIS) != "true" ] || pip install coverage codecov