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 6
6
language : python
7
7
python :
8
8
- ' 2.7'
9
- - ' 3.5 '
9
+ - ' 3.8 '
10
10
env :
11
11
global :
12
12
- COVERALLS_PARALLEL=true
@@ -31,15 +31,15 @@ jobs:
31
31
script : tox -e py27-lint
32
32
env :
33
33
- TEST_SUITE=lint OPENSHIFT_VERSION=latest
34
- - python : ' 3.5 '
34
+ - python : ' 3.8 '
35
35
install :
36
36
- pip install tox-travis
37
37
script : tox -e py35-lint
38
38
env :
39
39
- TEST_SUITE=lint OPENSHIFT_VERSION=latest
40
40
- stage : deploy
41
41
script : skip
42
- python : ' 3.5 '
42
+ python : ' 3.8 '
43
43
deploy :
44
44
provider : pypi
45
45
user : openshift
50
50
repo : openshift/openshift-restclient-python
51
51
condition : " $TRAVIS_TAG =~ ^v[0-9]+\\ .[0-9]+\\ .[0-9]+(([ab]|dev|rc)[0-9]+)?$"
52
52
- stage : test-deploy
53
- python : ' 3.5 '
53
+ python : ' 3.8 '
54
54
script : python -c "import openshift ; print(openshift.__version__)"
55
55
install :
56
56
- pip install openshift
You can’t perform that action at this time.
0 commit comments