Files
sphinx/.travis.yml

8 lines
103 B
YAML
Raw Normal View History

2012-11-03 10:50:50 +01:00
language: python
python:
- "2.7"
- "3.3"
script: make test
install:
- python setup.py -q install