projects
/
debocker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7161953
)
build: initial basic running of pylint to see critical+warning messages only
author
Andrew Sichevoi
<kondor@thekondor.net>
Tue, 3 Jul 2018 04:25:19 +0000
(07:25 +0300)
committer
Andrew Sichevoi
<kondor@thekondor.net>
Tue, 3 Jul 2018 04:25:19 +0000
(07:25 +0300)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
7e97ba7
..
1f6f7a3
100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-2,5
+2,9
@@
language: python
python:
- "3.3"
- "3.4"
+install:
+ - pip install pylint
script:
- python setup.py sdist
+after_script:
+- pylint --disable=R,C debocker