Files
python-guide/.travis.yml
T
Julian Berman 90f50c406e Travis CI
2012-12-23 18:06:09 -05:00

7 lines
90 B
YAML

language: python
install: pip install sphinx
script:
- make doctest
- make html