File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 11language : python
22python :
33 - " 2.7"
4- - " 3.4 "
4+ - " 3.5 "
55
66env :
77 - KRB5_VER="1.10"
1111
1212matrix :
1313 exclude :
14- - python : " 3.4 "
14+ - python : " 3.5 "
1515 env : KRB5_VER="1.10"
1616 include :
1717 - python : " 3.3"
1818 env : KRB5_VER="1.12"
19- - python : " 2.7"
19+ - python : " 3.4"
20+ env : KRB5_VER="1.13"
21+ - python : " 3.5"
2022 env : KRB5_VER="heimdal"
2123
2224install : sh -ex .travis.install.sh
@@ -34,7 +36,7 @@ deploy:
3436 on :
3537 repo : pythongssapi/python-gssapi
3638 tags : true
37- python : " 3.4 "
39+ python : " 3.5 "
3840 condition : " $KRB5_VER = '1.13'"
3941 skip_cleanup : true
4042 - provider : pypi
@@ -45,7 +47,7 @@ deploy:
4547 on :
4648 repo : pythongssapi/python-gssapi
4749 tags : true
48- python : " 3.4 "
50+ python : " 3.5 "
4951 condition : " $KRB5_VER = '1.13'"
5052 skip_cleanup : true
5153 docs_dir : travis_docs_build/html
You can’t perform that action at this time.
0 commit comments