Fix makefile

This commit is contained in:
Markus Unterwaditzer 2016-02-21 13:44:32 +01:00
parent 53dc69262e
commit 85a4b4da6d

View file

@ -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