mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-04-23 03:20:41 +08:00
Add script to run specs in CI, fixes #61.
This commit is contained in:
8
script/cibuild
Executable file
8
script/cibuild
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
import os
|
||||
import subprocess
|
||||
|
||||
|
||||
test = os.path.join(os.path.dirname(__file__), 'test.py')
|
||||
subprocess.check_call([test, '--ci'])
|
||||
Reference in New Issue
Block a user