Commit 2b53b33a authored by Max Wittig's avatar Max Wittig 🌍
Browse files

test: allow failures for py_func_v4

parent bc28992e
Loading
Loading
Loading
Loading
+9 −7
Original line number Diff line number Diff line
@@ -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