We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc28992 commit 2b53b33Copy full SHA for 2b53b33
.travis.yml
@@ -11,6 +11,8 @@ stages:
11
- test
12
13
jobs:
14
+ allow_failures:
15
+ - name: py_func_v4
16
include:
17
- stage: lint
18
name: commitlint
@@ -32,13 +34,13 @@ jobs:
32
34
script:
33
35
- pip3 install tox
36
- tox -e cli_func_v4
- #- stage: test
- # name: py_func_v4
37
- # dist: bionic
38
- # python: 3.7
39
- # script:
40
- # - pip3 install tox
41
- # - tox -e py_func_v4
+ - stage: test
+ name: py_func_v4
+ dist: bionic
+ python: 3.7
+ script:
42
+ - pip3 install tox
43
+ - tox -e py_func_v4
44
- stage: test
45
name: docs
46
dist: bionic
0 commit comments