File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
- pip
6
6
language : python
7
7
python :
8
- - ' 3.9 '
8
+ - ' 3.10-dev '
9
9
env :
10
10
global :
11
11
- COVERALLS_PARALLEL=true
@@ -19,15 +19,15 @@ after_success:
19
19
jobs :
20
20
include :
21
21
- stage : lint
22
- python : ' 3.9 '
22
+ python : ' 3.10-dev '
23
23
install :
24
24
- pip install tox-travis
25
- script : tox -e py39 -lint
25
+ script : tox -e py310 -lint
26
26
env :
27
27
- TEST_SUITE=lint
28
28
- stage : deploy
29
29
script : skip
30
- python : ' 3.9 '
30
+ python : ' 3.10-dev '
31
31
deploy :
32
32
provider : pypi
33
33
user : openshift
38
38
repo : openshift/openshift-restclient-python
39
39
condition : " $TRAVIS_TAG =~ ^v[0-9]+\\ .[0-9]+\\ .[0-9]+(([ab]|dev|rc)[0-9]+)?$"
40
40
- stage : test-deploy
41
- python : ' 3.9 '
41
+ python : ' 3.10-dev '
42
42
script : python -c "import openshift ; print(openshift.__version__)"
43
43
install :
44
44
- pip install openshift
You can’t perform that action at this time.
0 commit comments