More dev packages

This commit is contained in:
Markus Unterwaditzer 2017-06-08 00:45:17 +02:00
parent c3cefd7046
commit 72eae0a4d3

View file

@ -55,6 +55,7 @@ install-test: install-servers
set -xe && if [ "$$REQUIREMENTS" = "devel" ]; then \
pip install -U --force-reinstall \
git+https://github.com/DRMacIver/hypothesis \
git+https://github.com/kennethreitz/requests \
git+https://github.com/pytest-dev/pytest; \
fi
[ -z "$(TEST_EXTRA_PACKAGES)" ] || pip install $(TEST_EXTRA_PACKAGES)