Install click-log devel version

This commit is contained in:
Markus Unterwaditzer 2018-02-16 20:38:09 +01:00
parent cd2fd53e48
commit 3f41f9cf41

View file

@ -130,6 +130,7 @@ install-dev:
set -xe && if [ "$(REQUIREMENTS)" = "devel" ]; then \
pip install -U --force-reinstall \
git+https://github.com/mitsuhiko/click \
git+https://github.com/click-contrib/click-log \
git+https://github.com/kennethreitz/requests; \
elif [ "$(REQUIREMENTS)" = "minimal" ]; then \
pip install -U --force-reinstall $$(python setup.py --quiet minimal_requirements); \