From ccf3d80107929a575c9958b8beb311405ce0461b Mon Sep 17 00:00:00 2001 From: Cqoicebordel Date: Tue, 3 Feb 2015 20:16:24 +0100 Subject: [PATCH] Stop running twice the tests on Travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 751a0ca6..44340600 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ install: - "make" - pip install coveralls script: - - "make tests" + - "make flake8" - "make robot" - "make styles" - "make grunt"