Skip to content
Commits on Source (2)
......@@ -18,6 +18,6 @@ flake8:
image: debian:9
script:
- apt-get update
- apt-get install -y flake8
- flake8
- apt-get install -y python-flake8
- python -mflake8
allow_failure: true