CI: fix incorrect py-flake8 package name (!736)

This commit is contained in:
Bart Ribbers 2019-11-11 23:24:39 +01:00 committed by Oliver Smith
parent ed0e78eb80
commit a92c06bfea
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -42,7 +42,7 @@ testcases-linting:
changes:
- .gitlab-ci/*
before_script:
- apk -q add py3-flake8
- apk -q add py-flake8
script:
- flake8 --ignore E501,F401,E722,W504,W605