DF-Walkthrough/.travis.yml

12 lines
161 B
YAML
Raw Normal View History

2015-09-30 09:42:17 +10:00
language: python
python:
- "2.7"
- "3.5"
2015-09-30 22:29:52 +10:00
install: pip install sphinx
2015-09-30 09:42:17 +10:00
script:
- python misc/lint.py
2015-09-30 22:29:52 +10:00
- make html
2015-10-01 12:03:20 +10:00
sudo: false
notifications:
email: false