Skip to content
Snippets Groups Projects
Commit e913b8e1 authored by Maeva Pourpoint's avatar Maeva Pourpoint
Browse files

Update tox.ini and .gitlab-ci.yml to test formatting updates

parent c8eab116
No related branches found
No related tags found
1 merge request!5Formatting and cookiecutter files cleanup
...@@ -20,6 +20,14 @@ stages: ...@@ -20,6 +20,14 @@ stages:
before_script: before_script:
- pip install -e .[dev] - pip install -e .[dev]
linting:
image: python:3.6
tags:
- passoft
stage: test
script:
- flake8 --ignore=F403,F405,F821,F841,W504 fixhdr
python3.6: python3.6:
image: python:3.6 image: python:3.6
tags: tags:
......
[tox] [tox]
envlist = py36, py37, py38 envlist = py36, py37, py38, flake8
[testenv:flake8]
basepython = python
deps = flake8
commands = flake8 --ignore=F403,F405,F821,F841,W504 fixhdr
[testenv] [testenv]
commands = python -m unittest commands = python -m unittest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment