site_opytex/theme/.travis.yml

14 lines
274 B
YAML
Raw Normal View History

2019-07-18 10:43:36 +00:00
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
install:
- pip install pelican markdown
before_script:
- git clone https://github.com/getpelican/pelican-plugins plugins
script: pelican -s tests/pelicanconf.py
notifications:
email: false