blob: d6a813744ad5964e83fb59dafba3f86efdf4948e [file] [log] [blame]
language: python
python:
- 2.7
- 3.4
install:
- pip install sphinx
script:
- make ${TARGET}
env:
matrix:
- TARGET=html
- TARGET=man
- TARGET=check
cache: apt