From d566355a8f055d6ae78679f8f92e63be92c24470 Mon Sep 17 00:00:00 2001 From: ahothan Date: Tue, 27 Aug 2019 22:54:51 -0700 Subject: [PATCH] Fix travis ci/cd Change-Id: I063e770eb89f10a2ead47f86313b172966ac9189 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5a0fd66..1e66f0a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ install: - python setup.py build - python setup.py install script: -- flake8 --ignore=E305,E302.W504 hdrh test +- flake8 --ignore=E305,E302,W504 hdrh test - pylint --rcfile pylint.rc hdrh test - py.test -s deploy: