Skip to content

Commit 2b53b33

Browse files
committed
test: allow failures for py_func_v4
1 parent bc28992 commit 2b53b33

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

.travis.yml

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ stages:
1111
- test
1212

1313
jobs:
14+
allow_failures:
15+
- name: py_func_v4
1416
include:
1517
- stage: lint
1618
name: commitlint
@@ -32,13 +34,13 @@ jobs:
3234
script:
3335
- pip3 install tox
3436
- tox -e cli_func_v4
35-
#- stage: test
36-
# name: py_func_v4
37-
# dist: bionic
38-
# python: 3.7
39-
# script:
40-
# - pip3 install tox
41-
# - tox -e py_func_v4
37+
- stage: test
38+
name: py_func_v4
39+
dist: bionic
40+
python: 3.7
41+
script:
42+
- pip3 install tox
43+
- tox -e py_func_v4
4244
- stage: test
4345
name: docs
4446
dist: bionic

0 commit comments

Comments
 (0)