mirror of
https://github.com/PeridexisErrant/DF-Walkthrough.git
synced 2026-03-03 11:20:16 +01:00
11 lines
161 B
YAML
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
|