mirror of
https://github.com/PeridexisErrant/DF-Walkthrough.git
synced 2025-09-21 21:30:47 +02: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
|