Basic build-related scripts added.
This commit is contained in:
1
jenkins/pyflakes.sh
Normal file
1
jenkins/pyflakes.sh
Normal file
@@ -0,0 +1 @@
|
||||
find . -name '*.py'|egrep -v '^./tests/|^./build/'|xargs pyflakes > pyflakes.log || :
|
||||
Reference in New Issue
Block a user