flex/.travis.yml
Alexandre Vicenzi c8a5b55c10 Add tests.
2016-01-15 01:10:17 -02:00

9 lines
No EOL
164 B
YAML

language: python
python:
- "2.7"
- "3.4"
install:
- pip install pelican markdown
script: pelican -s tests/pelicanconf.py
notifications:
email: false