Files
opensearch-pyd/.travis.yml
T
Honza Kral cc12922fd7 Metadata tweaks
* setup.py classifiers
* configure sphinx to work with setuptools
* instruct travis to run sphinx doctests through setuptools
2013-05-06 16:34:33 +02:00

13 lines
234 B
YAML

language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "pypy"
install:
- pip install -r dev_requirements.txt --use-mirrors
- python setup.py develop
script:
- python setup.py test
- python setup.py build_sphinx -b doctest