mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Test against dev-click too
This commit is contained in:
parent
4e28c07b02
commit
130edac67e
1 changed files with 3 additions and 1 deletions
4
Makefile
4
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue