9 lines
164 B
YAML
9 lines
164 B
YAML
|
language: python
|
||
|
python:
|
||
|
- "2.7"
|
||
|
- "3.4"
|
||
|
install:
|
||
|
- pip install pelican markdown
|
||
|
script: pelican -s tests/pelicanconf.py
|
||
|
notifications:
|
||
|
email: false
|