mirror of
https://github.com/c0de-archive/pelican-mg.git
synced 2024-12-22 00:12:41 +00:00
5712d577b0
Examples: - ?lang=en - ?tags=jeux,prog - ?tags=jeux&tags=prog
12 lines
200 B
YAML
Executable File
12 lines
200 B
YAML
Executable File
language: python
|
|
python: 3.5
|
|
install:
|
|
- ./run.sh install
|
|
- ./run.sh install_dev
|
|
script:
|
|
- pre-commit run --all-files
|
|
- ./run.sh test_ludochaordic
|
|
notifications:
|
|
email:
|
|
on_success: never
|