aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
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