mirror of
https://github.com/c0de-archive/pelican-mg.git
synced 2024-10-31 23:07:47 +00:00
7 lines
88 B
YAML
Executable File
7 lines
88 B
YAML
Executable File
language: python
|
|
python: 3.5
|
|
install: make install
|
|
script:
|
|
- make check
|
|
- make test
|