Commit 9de39a2f by Chif Gergő

Merge branch 'feature/ci_flake8' into 'DEV'

Feature/ci flake8

See merge request !9
parents e5d97efe bf4eba43
Pipeline #776 failed with stages
in 2 minutes 1 second
......@@ -4,19 +4,18 @@ stages:
- lint
- test
before_script:
- pip install pipenv
- pipenv install -d
- git submodule sync --recursive
- git submodule update --init --recursive
flake8:
before_script:
- pip install flake8
stage: lint
script:
- flake8 --max-line-length=125 --exclude=migrations
- pipenv run flake8
test:
before_script:
- pip install pipenv
- pipenv install -d
- git submodule sync --recursive
- git submodule update --init --recursive
script:
- cd recircle
- pipenv run python manage.py test
- cd recircle
- 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