mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
8 lines
103 B
YAML
8 lines
103 B
YAML
language: python
|
|
python:
|
|
- "2.7"
|
|
- "3.3"
|
|
script: make test
|
|
install:
|
|
- python setup.py -q install
|