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