flex/.travis.yml

9 lines
160 B
YAML
Raw Normal View History

2016-01-15 04:10:17 +01:00
language: python
python:
2018-06-24 03:54:37 +02:00
- "3.6"
2016-01-15 04:10:17 +01:00
install:
- pip install -r docs/requirements.txt
script: pelican -s docs/pelicanconf.py
2016-01-15 04:10:17 +01:00
notifications:
2016-07-31 17:59:31 +02:00
email: false