Files
2018-07-16 18:16:29 -07:00

9 lines
114 B
YAML

sudo: false
language: python
python:
- "3.6"
install: pip install sphinx
script:
- make doctest
- make html