diff options
author | romangraef <romangraef@loves.dicksinhisan.us> | 2018-11-26 21:53:34 +0100 |
---|---|---|
committer | romangraef <romangraef@loves.dicksinhisan.us> | 2018-11-26 21:53:34 +0100 |
commit | 04c0ce5ad656af8fc2d7ea24e99083e162e03034 (patch) | |
tree | 801f52ec71d25f3dbc7006cdb5b16a67630d259f | |
parent | fcbf0ac3459a99d2a6c7058bb2a0d258fad8d110 (diff) | |
download | drutils-04c0ce5ad656af8fc2d7ea24e99083e162e03034.tar.gz drutils-04c0ce5ad656af8fc2d7ea24e99083e162e03034.tar.bz2 drutils-04c0ce5ad656af8fc2d7ea24e99083e162e03034.zip |
travis...
-rw-r--r-- | .travis.yml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 5646a89..7e307fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,17 +1,18 @@ language: python -python: -- "3.6" -- "3.4" -install: pip install tox-travis pylint matrix: fast_finish: true include: - stage: test + python: + - "3.6" + - "3.4" + install: pip install tox-travis name: Unit tests script: tox - stage: lint name: Linting script: pylint + install: pip install pylint allow_failures: - stage: lint |