-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Labels
Description
Would be nice to see tests wired up into setup.py, so typical tests, like in other python packages, run would work. Currently:
+ /usr/bin/python2 setup.py build '--build-base=build-2' test
usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: setup.py --help [cmd1 cmd2 ...]
or: setup.py --help-commands
or: setup.py cmd --help
error: invalid command 'test'