diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000000000000000000000000000000000..fad2def3c4a96185201a6ec623c5b71ab5776aad --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,9 @@ +image: + name: debian:buster + +before_script: +- apt-get update -qq && apt-get install -y --no-install-recommends python3 python3-flake8 + +flake8: + script: + - python3 -m flake8