From 4f653356de50f7d4a0448c1b63749763c7324cd8 Mon Sep 17 00:00:00 2001 From: Nikolai Kondrashov Date: Thu, 22 Mar 2018 12:06:30 +0200 Subject: [PATCH] CI: Enable style checks on all files --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f68d1cb9..be02fc3a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,4 @@ install: script: - python -m unittest discover tests - pylint tests - - pycodestyle tests + - pycodestyle .