Loading .travis.yml +9 −7 Original line number Diff line number Diff line Loading @@ -11,6 +11,8 @@ stages: - test jobs: allow_failures: - name: py_func_v4 include: - stage: lint name: commitlint Loading @@ -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 Loading Loading
.travis.yml +9 −7 Original line number Diff line number Diff line Loading @@ -11,6 +11,8 @@ stages: - test jobs: allow_failures: - name: py_func_v4 include: - stage: lint name: commitlint Loading @@ -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 Loading