More pylint fixes, added pylint to the build process.

This commit is contained in:
Michael Lazar
2015-12-05 01:51:05 -08:00
parent 83b5187317
commit 8fd8dc549e
11 changed files with 422 additions and 38 deletions

View File

@@ -4,8 +4,10 @@ envlist = py27,py34
[testenv]
deps =
pytest
pylint
mock
# Waiting for vcrpy to release https://github.com/kevin1024/vcrpy/pull/196
git+https://github.com/kevin1024/vcrpy.git
commands =
pylint --rcfile .pylintrc rtv/ -E
py.test -v {posargs}