File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
language : python
2
2
python :
3
3
- " 2.7"
4
- - " 3.4 "
4
+ - " 3.5 "
5
5
6
6
env :
7
7
- KRB5_VER="1.10"
11
11
12
12
matrix :
13
13
exclude :
14
- - python : " 3.4 "
14
+ - python : " 3.5 "
15
15
env : KRB5_VER="1.10"
16
16
include :
17
17
- python : " 3.3"
18
18
env : KRB5_VER="1.12"
19
- - python : " 2.7"
19
+ - python : " 3.4"
20
+ env : KRB5_VER="1.13"
21
+ - python : " 3.5"
20
22
env : KRB5_VER="heimdal"
21
23
22
24
install : sh -ex .travis.install.sh
@@ -34,7 +36,7 @@ deploy:
34
36
on :
35
37
repo : pythongssapi/python-gssapi
36
38
tags : true
37
- python : " 3.4 "
39
+ python : " 3.5 "
38
40
condition : " $KRB5_VER = '1.13'"
39
41
skip_cleanup : true
40
42
- provider : pypi
@@ -45,7 +47,7 @@ deploy:
45
47
on :
46
48
repo : pythongssapi/python-gssapi
47
49
tags : true
48
- python : " 3.4 "
50
+ python : " 3.5 "
49
51
condition : " $KRB5_VER = '1.13'"
50
52
skip_cleanup : true
51
53
docs_dir : travis_docs_build/html
You can’t perform that action at this time.
0 commit comments