flex/.travis.yml
2020-09-19 19:40:16 +02:00

10 lines
184 B
YAML

language: python
python:
- "3.6"
- "3.7"
- "3.8"
install:
- pip install -r docs/requirements.txt
script: pelican -s docs/pelicanconf.py
notifications:
email: false