Skip to content

Commit

Permalink
ignore flake8 warning for \c on \chi^2
Browse files Browse the repository at this point in the history
  • Loading branch information
htjb committed Jul 10, 2020
1 parent e57448c commit b024d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ install:

before_script:
# Test for pep-compliance
- flake8 maxsmooth
- flake8 --ignore=W605 maxsmooth

script:
coverage --source=maxsmooth -m py.test;

0 comments on commit b024d53

Please sign in to comment.