CI: run pep8 utility on tree

This commit is contained in:
enkore 2014-10-14 16:49:08 +02:00
parent 3b3b716307
commit 2bba406485
3 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@ python:
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

BIN
html/_static/up-pressed.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 372 B

View File

@ -2,3 +2,4 @@ pytest>=2.5
sphinx>=1.2
colour>=0.0.5
mock>=1.0
pep8>=1.5