image: python:latest before_script: - pip install poetry pages: script: - cd cours - poetry install - poetry run python build.py --werror artifacts: paths: - cours/python/ only: - master