flex/.travis.yml
2016-07-31 17:59:31 +02:00

11 lines
250 B
YAML

language: python
python:
- "2.7"
- "3.4"
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