i3pystatus/.travis.yml
2014-10-14 16:49:08 +02:00

11 lines
288 B
YAML

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