Skip to content
Snippets Groups Projects
Commit 76f6f2c0 authored by Dan Villiom Podlaski Christiansen's avatar Dan Villiom Podlaski Christiansen
Browse files

tests: use consistent means for invoking pyflakes

parent bd3fdfbe
No related branches found
No related tags found
1 merge request!56GitLab CI
......@@ -16,4 +16,4 @@
$ testrepohg locate 'set:**.py or grep("^#!.*python")' \
> -X tests/ \
> 2>/dev/null \
> | xargs pyflakes 2>/dev/null
> | xargs $PYTHON -m pyflakes 2>/dev/null
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment