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"