From 2bba40648556cbf4b7ea21e44d8cdb2274298216 Mon Sep 17 00:00:00 2001 From: enkore Date: Tue, 14 Oct 2014 16:49:08 +0200 Subject: [PATCH] CI: run pep8 utility on tree --- .travis.yml | 1 + html/_static/up-pressed.png | Bin 0 -> 372 bytes requirements.txt | 1 + 3 files changed, 2 insertions(+) create mode 100644 html/_static/up-pressed.png diff --git a/.travis.yml b/.travis.yml index 7296f6f..6c02fd7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/html/_static/up-pressed.png b/html/_static/up-pressed.png new file mode 100644 index 0000000000000000000000000000000000000000..8bd587afee2fe38989383ff82010147ea56b93dd GIT binary patch literal 372 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|*pj^6U4S$Y z{B+)352QE?JR*yM+OLB!qm#z$3ZNi+iKnkC`z>}Z1|5lxjZvvUp)Z~;jv*GO&raT- z#pEb(tbY1#Ey4dH;Y+=wAPPMA->(Ug=YM6W%tgKtA zI`O=0Laf#Y-Y4f~`^K_)D_mvj{B=4?=t!I41ZLNlI~j_4kE*^nvF$)|>mH^X%(>6c z8XimFvvIAOoRJf!>6jzIa5w(S%7lxdZ{*qJxhxpj6S#UB!oTuMX^Z^6%)IfT_v-!3 z=PEaM_iSh6_`s$!$NaEMP6gw=2.5 sphinx>=1.2 colour>=0.0.5 mock>=1.0 +pep8>=1.5