Esempio n. 1
0
def test(*args):
    """
    Run unit tests.
    """
    nsh.python('setup.py', 'test')
Esempio n. 2
0
def build():
    nsh.python('setup.py', 'sdist', 'bdist_wheel', '--universal')