mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
7 lines
93 B
YAML
7 lines
93 B
YAML
sudo: false
|
|
language: python
|
|
install: pip install sphinx
|
|
script:
|
|
- make doctest
|
|
- make html
|