From a434d079b7ec856a0afb5a24706f1f072cad15c2 Mon Sep 17 00:00:00 2001 From: Tim Vaillancourt Date: Wed, 23 Aug 2017 18:05:22 +0200 Subject: [PATCH] Enable flake8 test in travis-ci --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 92dc4721..52bf812d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,10 +12,10 @@ services: install: 'pip install virtualenv' jobs: include: -# - stage: flake8 -# script: -# - pip install flake8 -# - make flake8 + - stage: flake8 + script: + - pip install flake8 + - make flake8 - stage: build script: - make docker