From a42ed384a0c87df9347c04ca5a25dcdfee24cb1f Mon Sep 17 00:00:00 2001 From: Yannick Vaucher Date: Tue, 16 Dec 2014 11:18:52 +0100 Subject: [PATCH] Separated Lint tests --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index da5809c6b..ff7c0eafe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,8 @@ python: - "2.7" env: - - VERSION="8.0" + - VERSION="8.0" LINT_CHECK="1" + - VERSION="8.0" LINT_CHECK="0" virtualenv: system_site_packages: true