flex/.travis.yml

14 lines
277 B
YAML
Raw Normal View History

2016-01-15 04:10:17 +01:00
language: python
python:
- "2.7"
- "3.4"
2017-01-12 00:33:02 +01:00
- "3.5"
2018-06-24 03:54:37 +02:00
- "3.6"
2016-01-15 04:10:17 +01:00
install:
2019-01-03 00:18:24 +01:00
- pip install -U pelican markdown
2016-07-31 17:59:31 +02:00
before_script:
- git clone https://github.com/getpelican/pelican-plugins plugins
2016-01-15 04:10:17 +01:00
script: pelican -s tests/pelicanconf.py
notifications:
2016-07-31 17:59:31 +02:00
email: false