Run clean after cibuild
This commit is contained in:
parent
5e7f1ce383
commit
3fa1f3ca6f
1 changed files with 2 additions and 0 deletions
|
@ -73,6 +73,8 @@ def main():
|
||||||
if PLATFORM != 'win32':
|
if PLATFORM != 'win32':
|
||||||
run_script('test.py', ['--ci'])
|
run_script('test.py', ['--ci'])
|
||||||
|
|
||||||
|
run_script('clean.py')
|
||||||
|
|
||||||
|
|
||||||
def run_script(script, args=[]):
|
def run_script(script, args=[]):
|
||||||
print 'Running', script
|
print 'Running', script
|
||||||
|
|
Loading…
Reference in a new issue