We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e987d6e commit 7c04289Copy full SHA for 7c04289
tests/storage/servers/xandikos/install.sh
@@ -4,7 +4,8 @@ set -e
4
pip install wsgi_intercept
5
6
if [ "$REQUIREMENTS" = "release" ] || [ "$REQUIREMENTS" = "minimal" ]; then
7
- pip install -U xandikos
+ # XXX: This is the last version to support Python 3.5
8
+ pip install -U "xandikos==0.1.0"
9
elif [ "$REQUIREMENTS" = "devel" ]; then
10
pip install -U git+https://github.com/jelmer/xandikos
11
else
0 commit comments