mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Don't test development Radicale
This commit is contained in:
parent
69b88dd0c0
commit
7a5241101e
1 changed files with 1 additions and 9 deletions
|
|
@ -6,15 +6,7 @@ if [ -z "$RADICALE_BACKEND" ]; then
|
|||
false
|
||||
fi
|
||||
|
||||
if [ "$REQUIREMENTS" = "release" ] || [ "$REQUIREMENTS" = "minimal" ]; then
|
||||
radicale_pkg="radicale"
|
||||
elif [ "$REQUIREMENTS" = "devel" ]; then
|
||||
radicale_pkg="git+https://github.com/Kozea/Radicale.git"
|
||||
else
|
||||
echo "Invalid requirements envvar"
|
||||
false
|
||||
fi
|
||||
pip install wsgi_intercept $radicale_pkg
|
||||
pip install wsgi_intercept radicale
|
||||
|
||||
if [ "$RADICALE_BACKEND" = "database" ]; then
|
||||
pip install sqlalchemy
|
||||
|
|
|
|||
Loading…
Reference in a new issue