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 f71bcaa commit 307e755Copy full SHA for 307e755
.travis.sh
@@ -12,7 +12,8 @@ if [ -f /etc/debian_version ]; then
12
apache2-bin {apache2,libkrb5,libssl,gss-ntlmssp}-dev \
13
python-{dev,requests,gssapi} lib{socket,nss}-wrapper \
14
flex bison krb5-{kdc,admin-server,pkinit} \
15
- python-requests-kerberos
+ python-requests-kerberos flake8
16
+ flake8
17
elif [ -f /etc/fedora-release ]; then
18
# https://bugzilla.redhat.com/show_bug.cgi?id=1483553 means that this will
19
# fail no matter what, but it will properly install the packages.
0 commit comments