| commit | 952e203c89ffd50b2a4d21ea504d5a6c519ebbf7 | [log] [tgz] |
|---|---|---|
| author | Mike Marchetti <mmarchetti@sandvine.com> | Tue May 09 13:02:32 2017 -0400 |
| committer | Mike Marchetti <mmarchetti@sandvine.com> | Tue May 09 13:02:32 2017 -0400 |
| tree | 96456ba79f3a8a6f4e35c0f611158b663b1fcaa4 | |
| parent | 876cc16aa12e197d3a5b24812951b6c88eb00a36 [diff] [blame] |
add dockerfile for pipeline, nose - ready dockerfile for pipeline - add nose support for test search Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
diff --git a/setup.py b/setup.py index c250356..ad92135 100644 --- a/setup.py +++ b/setup.py
@@ -10,6 +10,7 @@ install_requires=[ 'Click', 'prettytable', 'pyyaml', 'pycurl' ], + test_suite='nose.collector', entry_points=''' [console_scripts] osm=osmclient.scripts.osm:cli