mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +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 .; \
|
pip install -e .; \
|
||||||
fi
|
fi
|
||||||
set -xe && if [ "$$REQUIREMENTS" = "devel" ]; then \
|
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 \
|
elif [ "$$REQUIREMENTS" = "minimal" ]; then \
|
||||||
pip install -U --force-reinstall $$(python setup.py --quiet minimal_requirements); \
|
pip install -U --force-reinstall $$(python setup.py --quiet minimal_requirements); \
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue