Преглед изворни кода

Stop running twice the tests on Travis

Cqoicebordel пре 10 година
родитељ
комит
ccf3d80107
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1
    1
      .travis.yml

+ 1
- 1
.travis.yml Прегледај датотеку

@@ -10,7 +10,7 @@ install:
10 10
   - "make"
11 11
   - pip install coveralls
12 12
 script:
13
-  - "make tests"
13
+  - "make flake8"
14 14
   - "make robot"
15 15
   - "make styles"
16 16
   - "make grunt"