aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
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