From eea6e8a341104dc93f850fbe8be5c25281b8667e Mon Sep 17 00:00:00 2001 From: gabrieldemarmiesse Date: Sun, 1 Jul 2018 12:49:48 +0200 Subject: Added the pep8 test to travis. All the warnings are disabled and only a few error checks are enabled. --- test-requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'test-requirements.txt') diff --git a/test-requirements.txt b/test-requirements.txt index 4a22eaaae..6547302da 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,3 +1,4 @@ numpy jupyter coverage +pycodestyle -- cgit v1.2.1