From 90a34e7f78adae8c486760913fee22241fd1ff46 Mon Sep 17 00:00:00 2001 From: Oliver Ainsworth Date: Sun, 10 Sep 2017 03:33:23 +0100 Subject: [PATCH] Run Pylint in Travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a99bfae..71e2029 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,9 +7,10 @@ python: - "pypy" - "pypy3" install: - - pip install -e .[test,docs] + - pip install -e .[development,test,docs] - pip install coveralls script: + - pylint -ry valve/ || true - py.test -ra -v tests/ - sphinx-build -vwT -b html docs/ _build/html after_success: