From b024d531af5eccd3e607cf4ce7b7c6ed045ff78d Mon Sep 17 00:00:00 2001 From: htjb Date: Fri, 10 Jul 2020 21:20:34 +0100 Subject: [PATCH] ignore flake8 warning for \c on \chi^2 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c040b69..034d81c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ install: before_script: # Test for pep-compliance - - flake8 maxsmooth + - flake8 --ignore=W605 maxsmooth script: coverage --source=maxsmooth -m py.test;