Example #1
0
def main():
    command_line_invoke(install, test)
Example #2
0
def main():
    assert build_os == 'Windows'
    command_line_invoke(install, test)
def main():
    assert build_os == 'Windows'
    command_line_invoke(install, test)
Example #4
0
def main():
    assert build_os == 'Linux' or build_os == 'OS_X'
    command_line_invoke(install, test)
Example #5
0
def main():
    assert build_os == 'Linux' or build_os == 'OS_X'
    command_line_invoke(install, test)
Example #6
0
File: ci.py Project: rapgro/enki
def main():
    command_line_invoke(install, test)