commit: 6b8270a230f725d7c85ce2e3c87eaa089570fa85
parent d2def30eea3ffc2a3680fc745ee111b53eeb8d37
Author: Adam Tauber <asciimoo@gmail.com>
Date: Wed, 4 Feb 2015 11:53:03 +0100
Merge pull request #213 from Cqoicebordel/travis
Stop running twice the tests on Travis
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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"