File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 66language : python
77python :
88- ' 2.7'
9- - ' 3.5 '
9+ - ' 3.8 '
1010env :
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
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
You can’t perform that action at this time.
0 commit comments