14 lines
274 B
YAML
14 lines
274 B
YAML
|
language: python
|
||
|
python:
|
||
|
- "2.7"
|
||
|
- "3.4"
|
||
|
- "3.5"
|
||
|
- "3.6"
|
||
|
install:
|
||
|
- pip install pelican markdown
|
||
|
before_script:
|
||
|
- git clone https://github.com/getpelican/pelican-plugins plugins
|
||
|
script: pelican -s tests/pelicanconf.py
|
||
|
notifications:
|
||
|
email: false
|