2016-01-15 04:10:17 +01:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- "2.7"
|
|
|
|
- "3.4"
|
|
|
|
install:
|
|
|
|
- pip install pelican markdown
|
2016-07-31 17:59:31 +02:00
|
|
|
before_script:
|
|
|
|
- git clone https://github.com/getpelican/pelican-plugins plugins
|
2016-01-15 04:10:17 +01:00
|
|
|
script: pelican -s tests/pelicanconf.py
|
|
|
|
notifications:
|
2016-07-31 17:59:31 +02:00
|
|
|
email: false
|