Mentions légales du service

Skip to content
Snippets Groups Projects
Commit bb832d42 authored by David Parsons's avatar David Parsons
Browse files

setup ci for linting

parent 9e387404
Branches
Tags
No related merge requests found
Pipeline #857878 passed
stages:
- test
default:
tags:
- ci.inria.fr
- linux
- small
lint:
stage: test
image: pyfound/black:23.9.1
script:
- black --check src/aevol/
pytest:
stage: test
image: python
before_script:
- pip install pytest
script:
- pip install .
- cd tests
- pytest
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment