Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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