Auto merge of #411 - pimutils:disable-radicale-dev, r=untitaker

Don't test development Radicale

None
This commit is contained in:
Homu 2016-04-08 02:53:53 +09:00
commit 089c88b6be

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