blob: 3167ec8faa252e206d2bf6a277d271a23e69ab59 (
plain)
1
2
3
4
5
6
7
|
#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 'pytest'
unset check
unset checkdepends
|