Skip to content

Commit 1a13c6a

Browse files
Move travis from 3.5 to 3.8 (#397)
Co-authored-by: Fabian von Feilitzsch <[email protected]>
1 parent 0255340 commit 1a13c6a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ cache:
66
language: python
77
python:
88
- '2.7'
9-
- '3.5'
9+
- '3.8'
1010
env:
1111
global:
1212
- COVERALLS_PARALLEL=true
@@ -31,15 +31,15 @@ jobs:
3131
script: tox -e py27-lint
3232
env:
3333
- TEST_SUITE=lint OPENSHIFT_VERSION=latest
34-
- python: '3.5'
34+
- python: '3.8'
3535
install:
3636
- pip install tox-travis
3737
script: tox -e py35-lint
3838
env:
3939
- TEST_SUITE=lint OPENSHIFT_VERSION=latest
4040
- stage: deploy
4141
script: skip
42-
python: '3.5'
42+
python: '3.8'
4343
deploy:
4444
provider: pypi
4545
user: openshift
@@ -50,7 +50,7 @@ jobs:
5050
repo: openshift/openshift-restclient-python
5151
condition: "$TRAVIS_TAG =~ ^v[0-9]+\\.[0-9]+\\.[0-9]+(([ab]|dev|rc)[0-9]+)?$"
5252
- stage: test-deploy
53-
python: '3.5'
53+
python: '3.8'
5454
script: python -c "import openshift ; print(openshift.__version__)"
5555
install:
5656
- pip install openshift

0 commit comments

Comments
 (0)