flex/.travis.yml
Alexandre Vicenzi f77b28c726 Fixes
Use /docs for tests as well drop old Python versions.
2019-10-19 22:01:40 +02:00

8 lines
160 B
YAML

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