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 346a51d commit e98711aCopy full SHA for e98711a
.travis.install.sh
@@ -13,5 +13,6 @@ fi
13
14
sudo apt-get update -q
15
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y krb5-user krb5-kdc krb5-admin-server libkrb5-dev krb5-multidev
16
+DEBIAN_FRONTEND=noninteractive sudo apt-get -y install krb5-greet-client || true
17
pip install --install-option='--no-cython-compile' cython
18
pip install -r test-requirements.txt
0 commit comments