Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ jobs:python:no-exclude: jobs:python:old: stage: test variables: PYVERSION: 3.7-slim PYVERSION: 3.8-slim trigger: include: - local: tests/jobs/python.yml Loading tests/jobs/python.yml +4 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,10 @@ python:twine: python:pylint: variables: PYLINT_EXTRA_OUTPUT_FORMATS: text:/tmp/pylint.txt rules: - if: "$PYVERSION == '3.8-slim'" variables: JOB_PACKAGE: pylint pylint-junit<0.3.4 pylint-gitlab # https://github.com/rasjani/pylint_junit/issues/8 # This one takes about 5 minutes each time, so only test it when we change the job or its dependencies python:pyinstaller:windows: Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -108,7 +108,7 @@ jobs:python:no-exclude: jobs:python:old: stage: test variables: PYVERSION: 3.7-slim PYVERSION: 3.8-slim trigger: include: - local: tests/jobs/python.yml Loading
tests/jobs/python.yml +4 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,10 @@ python:twine: python:pylint: variables: PYLINT_EXTRA_OUTPUT_FORMATS: text:/tmp/pylint.txt rules: - if: "$PYVERSION == '3.8-slim'" variables: JOB_PACKAGE: pylint pylint-junit<0.3.4 pylint-gitlab # https://github.com/rasjani/pylint_junit/issues/8 # This one takes about 5 minutes each time, so only test it when we change the job or its dependencies python:pyinstaller:windows: Loading