DF-Walkthrough/.travis.yml
2015-10-01 15:41:25 +10:00

11 lines
161 B
YAML

language: python
python:
- "2.7"
- "3.5"
install: pip install sphinx
script:
- python misc/lint.py
- make html
sudo: false
notifications:
email: false