projects
/
tools
/
python-jenkinsapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b91013
)
Set pylint version to ensure compatibility with python 2.6
author
Aleksey Maksimov
<ctpeko3a@gmail.com>
Sun, 11 Jan 2015 13:38:27 +0000
(21:38 +0800)
committer
Aleksey Maksimov
<ctpeko3a@gmail.com>
Sun, 11 Jan 2015 13:38:27 +0000
(21:38 +0800)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 207dc000a2ff331c5a2736a4c50ee4040901043b..910b2c9fb3ed29b08a5373d6ebdeca98a3def650 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-8,7
+8,7
@@
python:
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- - pip install nose mock coverage pep8
pylint
+ - pip install nose mock coverage pep8
"pylint<1.4"
- python setup.py develop
# command to run tests, e.g. python setup.py test