diff options
author | romangraef <romangraef@loves.dicksinhisan.us> | 2018-11-26 21:50:30 +0100 |
---|---|---|
committer | romangraef <romangraef@loves.dicksinhisan.us> | 2018-11-26 21:50:30 +0100 |
commit | fcbf0ac3459a99d2a6c7058bb2a0d258fad8d110 (patch) | |
tree | d3e0439a7bab62ce1cd8f035ba5ea9b51895eb60 | |
parent | f7eba914be56baec3b492fbc1ccaefe892616032 (diff) | |
download | drutils-fcbf0ac3459a99d2a6c7058bb2a0d258fad8d110.tar.gz drutils-fcbf0ac3459a99d2a6c7058bb2a0d258fad8d110.tar.bz2 drutils-fcbf0ac3459a99d2a6c7058bb2a0d258fad8d110.zip |
travis...
-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 |