website/themes/nervproject/.travis.yml

12 lines
250 B
YAML
Raw Normal View History

2019-03-21 02:22:40 +01:00
language: python
python:
- "2.7"
- "3.4"
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