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 6aa0f4f commit 20731cbCopy full SHA for 20731cb
.travis.yml
@@ -38,8 +38,9 @@ jobs:
38
- stage: test
39
env: DISTRO=debian:stable PYTHON="3" KRB5_VER="heimdal"
40
41
+ # el7 doesn't do python3 modules, and epel7's python3-gssapi is patched
42
- env: DISTRO=centos:7 PYTHON="2" # el7 doesn't do python3 modules
43
+ env: DISTRO=centos:8 PYTHON="3"
44
45
46
env: DISTRO=fedora:latest PYTHON="3" FLAKE="yes"
0 commit comments