From 3bc949d63ac85080c08ebf01b67b450dfed54c28 Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Sun, 20 May 2018 11:30:33 +0300 Subject: [PATCH] Actually run linters first. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index fe8c59da..8a08118f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,10 @@ env: global: PYTHONUNBUFFERED=yes +stages: + - lint + - test + matrix: include: - python: 2.7