Skip to content
Snippets Groups Projects
Commit af5a71cd authored by Felix Schäfer's avatar Felix Schäfer :construction_worker:
Browse files

Include pretix to CI installations

parent de58d760
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ black: ...@@ -13,7 +13,7 @@ black:
stage: linting stage: linting
image: python:3 image: python:3
before_script: before_script:
- pip3 install -U pip black - pip3 install -U pip pretix black
script: script:
- black --check . - black --check .
...@@ -21,7 +21,7 @@ isort: ...@@ -21,7 +21,7 @@ isort:
stage: linting stage: linting
image: python:3 image: python:3
before_script: before_script:
- pip3 install -U pip isort - pip3 install -U pip pretix isort
script: script:
- isort -c . - isort -c .
...@@ -29,7 +29,7 @@ flake8: ...@@ -29,7 +29,7 @@ flake8:
stage: linting stage: linting
image: python:3 image: python:3
before_script: before_script:
- pip3 install -U pip flake8 - pip3 install -U pip pretix flake8
script: script:
- flake8 . - flake8 .
...@@ -37,6 +37,6 @@ check-manifest: ...@@ -37,6 +37,6 @@ check-manifest:
stage: linting stage: linting
image: python:3 image: python:3
before_script: before_script:
- pip3 install -U pip check-manifest - pip3 install -U pip pretix check-manifest
script: script:
- check-manifest . - check-manifest .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment