Merge pull request #374 from untitaker/dev-click

Test against dev-click too
This commit is contained in:
Markus Unterwaditzer 2016-03-10 21:07:17 +01:00
commit b346e2ea07

View file

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