Commit afdec716 by Craig Heffner

Fixed README.md and setup.py from sundhaung92 commit 8d8c0f9e08504752d9f9c794029e8b2695d73106

parent 03043abe
[Build Status](https://travis-ci.org/devttys0/binwalk)
Build Status
============
[![Build Status](https://travis-ci.org/devttys0/binwalk.png)](https://travis-ci.org/devttys0/binwalk)
Description
===========
......
......@@ -229,9 +229,8 @@ class TestCommand(Command):
pass
def run(self):
subprocess.call(
'nosetests --exe --with-coverage --include=src/*', shell=True)
import nose
nose.main(argv=['--exe','--with-coverage'])
# The data files to install along with the module
install_data_files = []
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment