Don't test development Radicale

This commit is contained in:
Markus Unterwaditzer 2016-04-07 19:52:25 +02:00
parent 69b88dd0c0
commit 7a5241101e

View file

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