From 8168799fc73410e797371690a9a9655693acc492 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A1szl=C3=B3=20K=C3=A1rolyi?= Date: Sun, 1 Sep 2019 12:00:51 +0200 Subject: [PATCH] Flake8 belongs to travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c0ba301..283c3ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ cache: pip python: - '3.6' install: - - pip install -U pip wheel + - pip install -U pip wheel setuptools flake8 - pip install -r ecrterm/requirements.txt script: - flake8 ecrterm/ || travis_terminate 1