From 0800872c0add1671cbeb15258eec283767b4161a Mon Sep 17 00:00:00 2001 From: romangraef Date: Mon, 26 Nov 2018 21:57:09 +0100 Subject: travis. sigh --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 7e307fe..8185452 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,9 @@ matrix: script: tox - stage: lint name: Linting - script: pylint + python: + - "3.6" + script: pylint --rcfile pylintrc.cfg drutils install: pip install pylint allow_failures: - stage: lint -- cgit