CI: run pep8 utility on tree
This commit is contained in:
parent
3b3b716307
commit
2bba406485
@ -4,6 +4,7 @@ python:
|
|||||||
install:
|
install:
|
||||||
- "pip install -r requirements.txt"
|
- "pip install -r requirements.txt"
|
||||||
script:
|
script:
|
||||||
|
- "pep8 --ignore E501 i3pystatus tests"
|
||||||
- "PYTHONPATH=. py.test" # run unit tests
|
- "PYTHONPATH=. py.test" # run unit tests
|
||||||
- "python setup.py install" # test install
|
- "python setup.py install" # test install
|
||||||
- "sphinx-build -W docs html" # test building docs
|
- "sphinx-build -W docs html" # test building docs
|
||||||
|
BIN
html/_static/up-pressed.png
Normal file
BIN
html/_static/up-pressed.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 372 B |
@ -2,3 +2,4 @@ pytest>=2.5
|
|||||||
sphinx>=1.2
|
sphinx>=1.2
|
||||||
colour>=0.0.5
|
colour>=0.0.5
|
||||||
mock>=1.0
|
mock>=1.0
|
||||||
|
pep8>=1.5
|
||||||
|
Loading…
Reference in New Issue
Block a user