flex/.travis.yml
Alexandre Vicenzi a765ba9d28 Add python 3.5.
2017-01-11 21:33:02 -02:00

12 lines
262 B
YAML

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