flex/.travis.yml

11 lines
184 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"
2020-09-19 19:40:16 +02:00
- "3.7"
- "3.8"
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