i3pystatus/.travis.yml

11 lines
300 B
YAML

language: python
python:
- "3.3"
install:
- "pip install -r requirements.txt"
- "pip install sphinx" # for test-building docs
script:
- "PYTHONPATH=. py.test" # run unit tests
- "python setup.py install" # test install
- "sphinx-build docs html" # test building docs