blob: 10478b953abd0eb3714ca9e8706c7e3016f1d210 [file] [log] [blame]
language: python
python:
- 2.7
- 3.6
install:
- pip install -r requirements.txt
script:
- make ${TARGET}
env:
matrix:
- TARGET=html
- TARGET=man
- TARGET=check
cache: apt