diff options
author | Max Wittig <max.wittig@siemens.com> | 2019-08-09 09:11:43 +0200 |
---|---|---|
committer | Max Wittig <max.wittig@siemens.com> | 2019-08-09 09:11:43 +0200 |
commit | 2b53b33abeb74599897c0c13f64384d1d528373f (patch) | |
tree | da807da5de715951d674f10f1a5511b001a7d6d0 | |
parent | bc28992effe09d7c0d9c59ef34b468b0dc13961e (diff) | |
download | gitlab-2b53b33abeb74599897c0c13f64384d1d528373f.tar.gz |
test: allow failures for py_func_v4
-rw-r--r-- | .travis.yml | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml index be7fdf4..d7110b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,8 @@ stages: - test jobs: + allow_failures: + - name: py_func_v4 include: - stage: lint name: commitlint @@ -32,13 +34,13 @@ jobs: script: - pip3 install tox - tox -e cli_func_v4 - #- stage: test - # name: py_func_v4 - # dist: bionic - # python: 3.7 - # script: - # - pip3 install tox - # - tox -e py_func_v4 + - stage: test + name: py_func_v4 + dist: bionic + python: 3.7 + script: + - pip3 install tox + - tox -e py_func_v4 - stage: test name: docs dist: bionic |