pelican-mg/.travis.yml
2017-11-30 01:12:15 +01:00

7 lines
88 B
YAML
Executable File

language: python
python: 3.5
install: make install
script:
- make check
- make test