mirror of
https://github.com/PeridexisErrant/DF-Walkthrough.git
synced 2025-09-21 21:30:47 +02:00
9 lines
No EOL
123 B
YAML
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 |