File tree Expand file tree Collapse file tree 1 file changed +33
-28
lines changed Expand file tree Collapse file tree 1 file changed +33
-28
lines changed Original file line number Diff line number Diff line change @@ -10,31 +10,36 @@ before_script:
10
10
- pip show rkd
11
11
12
12
jobs :
13
- include :
14
- - stage : Run unit tests on Python 3.6
15
- python : 3.6
16
- script :
17
- - pip install -r ./requirements-dev.txt
18
- - tox -e py36
19
-
20
- - stage : Run unit tests on Python 3.7
21
- python : 3.7
22
- script :
23
- - pip install -r ./requirements-dev.txt
24
- - tox -e py37
25
-
26
- - stage : Run unit tests on Python 3.8
27
- python : 3.8
28
- script :
29
- - pip install -r ./requirements-dev.txt
30
- - tox -e py38
31
-
32
- - stage : Release
33
- python : 3.7
34
- script : " rkd :release:pypi"
35
-
36
- - stage : Build recent x86_64 image
37
- script : " GIT_TAG=${TRAVIS_TAG} rkd :release:docker:x86"
38
-
39
- - stage : Build recent ARM image
40
- script : " GIT_TAG=${TRAVIS_TAG} rkd :release:docker:arm"
13
+ allow_failures :
14
+ env :
15
+ - CAN_FAIL=true
16
+
17
+ include :
18
+ - stage : Run unit tests on Python 3.6
19
+ python : 3.6
20
+ script :
21
+ - pip install -r ./requirements-dev.txt
22
+ - tox -e py36
23
+
24
+ - stage : Run unit tests on Python 3.7
25
+ python : 3.7
26
+ script :
27
+ - pip install -r ./requirements-dev.txt
28
+ - tox -e py37
29
+
30
+ - stage : Run unit tests on Python 3.8
31
+ python : 3.8
32
+ script :
33
+ - pip install -r ./requirements-dev.txt
34
+ - tox -e py38
35
+
36
+ - stage : Release
37
+ python : 3.7
38
+ script : " rkd :release:pypi"
39
+
40
+ - stage : Build recent x86_64 image
41
+ script : " GIT_TAG=${TRAVIS_TAG} rkd :release:docker:x86"
42
+
43
+ - stage : Build recent ARM image
44
+ env : CAN_FAIL=true
45
+ script : " GIT_TAG=${TRAVIS_TAG} rkd :release:docker:arm"
You can’t perform that action at this time.
0 commit comments