i3pystatus/.travis.yml
2014-10-17 12:56:46 +02:00

12 lines
343 B
YAML

language: python
python:
- "3.3"
install:
- "sudo apt-get install -qq python3-sphinx"
- "pip3 install -r .travis-requirements.txt"
script:
- "pep8 --ignore E501 i3pystatus tests"
- "PYTHONPATH=. py.test" # run unit tests
- "python setup.py -q install" # test install
- "sphinx-build -W docs html" # test building docs