Commit e9072440 by Belákovics Ádám

Add global before_script

parent e5d97efe
Pipeline #771 failed with stages
in 58 seconds
...@@ -4,19 +4,18 @@ stages: ...@@ -4,19 +4,18 @@ stages:
- lint - lint
- test - test
before_script:
- pip install pipenv
- pipenv install -d
- git submodule sync --recursive
- git submodule update --init --recursive
flake8: flake8:
before_script:
- pip install flake8
stage: lint stage: lint
script: script:
- flake8 --max-line-length=125 --exclude=migrations - flake8
test: test:
before_script:
- pip install pipenv
- pipenv install -d
- git submodule sync --recursive
- git submodule update --init --recursive
script: script:
- cd recircle - cd recircle
- pipenv run python manage.py test - pipenv run python manage.py test
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment