Closed mjallday closed 10 years ago
https://nose.readthedocs.org/en/latest/setuptools_integration.html https://github.com/balanced-cookbooks/balanced-ci/blob/new-jobs/libraries/balanced_ci_pipeline.rb#L38
It should be python setup.py nosetests
python setup.py nosetests
nose also includes its own setuptools command, nosetests, that provides support for all plugins and command line options. It works just like the test command:
Not relevant. Using nosetests directly.
https://nose.readthedocs.org/en/latest/setuptools_integration.html https://github.com/balanced-cookbooks/balanced-ci/blob/new-jobs/libraries/balanced_ci_pipeline.rb#L38
It should be
python setup.py nosetests