From c5f03e546b5018fdacc8eb2faf1b11d99316afed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Tue, 30 Aug 2016 17:49:03 +0200 Subject: [PATCH] change flake command in .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a1afd35b..6b6f34cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,5 @@ install: before_script: - cd src script: - - flake8 c3nav --max-line-length 120 + - flake8 c3nav - isort -c -rc .