diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index 989a6f1..5646a89 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ python: - "3.6" - "3.4" install: pip install tox-travis pylint + matrix: fast_finish: true include: @@ -12,8 +13,5 @@ matrix: - stage: lint name: Linting script: pylint - exclude: - - stage: lint - python: "3.4" allow_failures: - stage: lint |