Skip to content

Commit

Permalink
Move travis from 3.5 to 3.8 (#397)
Browse files Browse the repository at this point in the history
Co-authored-by: Fabian von Feilitzsch <[email protected]>
  • Loading branch information
openshift-cherrypick-robot and fabianvf authored Feb 25, 2021
1 parent 0255340 commit 1a13c6a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cache:
language: python
python:
- '2.7'
- '3.5'
- '3.8'
env:
global:
- COVERALLS_PARALLEL=true
Expand All @@ -31,15 +31,15 @@ jobs:
script: tox -e py27-lint
env:
- TEST_SUITE=lint OPENSHIFT_VERSION=latest
- python: '3.5'
- python: '3.8'
install:
- pip install tox-travis
script: tox -e py35-lint
env:
- TEST_SUITE=lint OPENSHIFT_VERSION=latest
- stage: deploy
script: skip
python: '3.5'
python: '3.8'
deploy:
provider: pypi
user: openshift
Expand All @@ -50,7 +50,7 @@ jobs:
repo: openshift/openshift-restclient-python
condition: "$TRAVIS_TAG =~ ^v[0-9]+\\.[0-9]+\\.[0-9]+(([ab]|dev|rc)[0-9]+)?$"
- stage: test-deploy
python: '3.5'
python: '3.8'
script: python -c "import openshift ; print(openshift.__version__)"
install:
- pip install openshift
Expand Down

0 comments on commit 1a13c6a

Please sign in to comment.