mirror of
https://github.com/c0de-archive/pelican-mg.git
synced 2024-12-22 08:22:40 +00:00
9 lines
154 B
YAML
Executable File
9 lines
154 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
|