Skip to content

Commit b342935

Browse files
[travis] Add python 3.5 support to builder
1 parent d4b5c71 commit b342935

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.travis.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: python
22
python:
33
- "2.7"
4-
- "3.4"
4+
- "3.5"
55

66
env:
77
- KRB5_VER="1.10"
@@ -11,12 +11,14 @@ env:
1111

1212
matrix:
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

2224
install: 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

0 commit comments

Comments
 (0)