DF-Walkthrough/.travis.yml
2015-09-30 09:42:17 +10:00

9 lines
No EOL
123 B
YAML

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