예제 #1
0
def main():
    command_line_invoke(install, test)
예제 #2
0
def main():
    assert build_os == 'Windows'
    command_line_invoke(install, test)
예제 #3
0
def main():
    assert build_os == 'Windows'
    command_line_invoke(install, test)
예제 #4
0
def main():
    assert build_os == 'Linux' or build_os == 'OS_X'
    command_line_invoke(install, test)
예제 #5
0
def main():
    assert build_os == 'Linux' or build_os == 'OS_X'
    command_line_invoke(install, test)
예제 #6
0
파일: ci.py 프로젝트: rapgro/enki
def main():
    command_line_invoke(install, test)