Browse Source

Stop running twice the tests on Travis

Cqoicebordel 10 years ago
parent
commit
ccf3d80107
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -10,7 +10,7 @@ install:
   - "make"
   - "make"
   - pip install coveralls
   - pip install coveralls
 script:
 script:
-  - "make tests"
+  - "make flake8"
   - "make robot"
   - "make robot"
   - "make styles"
   - "make styles"
   - "make grunt"
   - "make grunt"