From 6c973d60c0d07379d27975ab113885921ab8953a Mon Sep 17 00:00:00 2001 From: Laoraid Date: Wed, 1 Jan 2020 03:28:33 +0900 Subject: [PATCH] flake8 ignore E262 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fb3437b..7947acd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ install: - "pip install pytest-cov flake8 codecov" cache: pip script: - - flake8 KartRider tests + - flake8 KartRider tests --ignore=E262 - python -m pytest -v --cov=KartRider after_success: - codecov