i3pystatus/.travis.yml
2014-10-17 16:39:53 +02:00

14 lines
376 B
YAML

language: python
python:
- "3.3"
cache:
directories:
- $HOME/virtualenv/python3.3.5/lib/python3.3/site-packages
install:
- "pip install -r dev-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