From e2b07943dfe09766be8e262c743dbfb6afae0940 Mon Sep 17 00:00:00 2001 From: oliverpool Date: Mon, 18 Jan 2016 21:12:29 +0100 Subject: [PATCH] [debug] travis should also run lint --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 84d19191..fd870b0b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ python: install: - pip install tox script: + - tox -e lint - tox -e py35 sudo: false # addons: