Skip to content
Snippets Groups Projects

Flake8 CI

Merged Andreas Klöckner requested to merge flake8-ci into master
All threads resolved!
Files
5
+ 9
0
@@ -12,3 +12,12 @@ Python 3 POCL:
artifacts:
reports:
junit: pytest.xml
Flake8:
script:
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/prepare-and-run-flake8.sh
- ". ./prepare-and-run-flake8.sh benchmark*.py test*.py util*.py"
tags:
- python3
except:
- tags
\ No newline at end of file
Loading