Add the events app to the CI checks

This commit is contained in:
Martin Pépin 2019-10-07 18:32:06 +02:00
parent e9ca8eb8dd
commit 6781122fc1
No known key found for this signature in database
GPG key ID: E7520278B1774448

View file

@ -52,9 +52,9 @@ linters:
- pip install --upgrade black isort flake8
script:
- black --check .
- isort --recursive --check-only --diff bda cof gestioncof kfet petitscours provisioning shared utils
- isort --recursive --check-only --diff bda cof events gestioncof kfet petitscours provisioning shared utils
# Print errors only
- flake8 --exit-zero bda cof gestioncof kfet petitscours provisioning shared utils
- flake8 --exit-zero bda cof events gestioncof kfet petitscours provisioning shared utils
cache:
key: linters
paths: