From c3312ac935e535af622f137fcc3d7a6483d3a371 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sun, 14 Apr 2019 08:41:13 +1000 Subject: [PATCH] Re-enable PEP style testing --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index badafc22ae..82bc201184 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,5 +14,5 @@ before_install: - make setup_ci script: - # - make style - make test + - make style