DF-Walkthrough/.travis.yml
2015-10-01 12:30:45 +10:00

12 lines
171 B
YAML

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