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

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

parent 2f1492aa
No related branches found
No related tags found
1 merge request!6Formatting and cookiecutter files cleanup
......@@ -20,6 +20,14 @@ stages:
before_script:
- pip install -e .[dev]
linting:
image: python:3.6
tags:
- passoft
stage: test
script:
- flake8 --ignore=F403,F405,F821,F841,W504 ckMseed
python3.6:
image: python:3.6
tags:
......
[tox]
envlist = py36, py37, py38
envlist = py36, py37, py38, flake8
[testenv:flake8]
basepython = python
deps = flake8
commands = flake8 --ignore=F403,F405,F821,F841,W504 ckMseed
[testenv]
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