diff --git a/.travis.yml b/.travis.yml
index 751a0ca68..44340600d 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"