flex/.travis.yml

9 lines
164 B
YAML
Raw Normal View History

2016-01-15 04:10:17 +01:00
language: python
python:
- "2.7"
- "3.4"
install:
- pip install pelican markdown
script: pelican -s tests/pelicanconf.py
notifications:
email: false