diff options
author | romangraef <romangraef@loves.dicksinhisan.us> | 2018-11-26 21:43:44 +0100 |
---|---|---|
committer | romangraef <romangraef@loves.dicksinhisan.us> | 2018-11-26 21:43:44 +0100 |
commit | f7eba914be56baec3b492fbc1ccaefe892616032 (patch) | |
tree | cfec2bf05fbeec4691cce89471e4c45e82d279a9 | |
parent | 8de91be7abb8c11ebe16746f30b2b47e51df646c (diff) | |
download | drutils-f7eba914be56baec3b492fbc1ccaefe892616032.tar.gz drutils-f7eba914be56baec3b492fbc1ccaefe892616032.tar.bz2 drutils-f7eba914be56baec3b492fbc1ccaefe892616032.zip |
more travis
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index ab6e038..989a6f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,5 +12,8 @@ matrix: - stage: lint name: Linting script: pylint + exclude: + - stage: lint + python: "3.4" allow_failures: - stage: lint |