From b512b1dc06f9b41d59fb5e860da2e106577f5ea2 Mon Sep 17 00:00:00 2001 From: chfw Date: Tue, 19 Mar 2019 08:41:00 +0000 Subject: [PATCH] :green_heart: fix lintting command issue --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 31c8793..324d79f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ stages: python: 3.6 stage: lint install: pip install flake8 - script: flake8 + script: make lint jobs: include: