From a2dee2650bb83c612d7fe230eccffa9a39c54019 Mon Sep 17 00:00:00 2001 From: Tim Bentley Date: Sun, 21 Jun 2020 07:28:23 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7338eb0..a41160d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -25,6 +25,7 @@ before_script: test: script: + - flake8 - python setup.py test - pip install tox flake8 # you can also use tox - tox -e py36,flake8