From fa5db0204c1822acfccc146785e636357dfabfc5 Mon Sep 17 00:00:00 2001 From: cclauss Date: Mon, 3 Jun 2019 20:02:47 +0200 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9018a6cc..83ef4c61 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ lint_steps: &lint_steps before_install: - pip install --upgrade pip - pip install flake8 - script: flake8 . --count --select=E9,F63,F72,F82 --show-source --statistics --builtins="unicode" + script: flake8 . --count --select=E9,F63,F72,F82 --show-source --statistics matrix: include: