From 130edac67e86fed734fc7f649ab9b5d1aea154ec Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Thu, 10 Mar 2016 13:38:57 +0100 Subject: [PATCH] Test against dev-click too --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 89b7cb5..52acc9f 100644 --- a/Makefile +++ b/Makefile @@ -78,7 +78,9 @@ install-dev: pip install -e .; \ fi set -xe && if [ "$$REQUIREMENTS" = "devel" ]; then \ - pip install -U --force-reinstall git+https://github.com/kennethreitz/requests; \ + pip install -U --force-reinstall \ + git+https://github.com/mitsuhiko/click \ + git+https://github.com/kennethreitz/requests; \ elif [ "$$REQUIREMENTS" = "minimal" ]; then \ pip install -U --force-reinstall $$(python setup.py --quiet minimal_requirements); \ fi