Skip to content

Commit

Permalink
Fixed README.md and setup.py from sundhaung92 commit 8d8c0f9
Browse files Browse the repository at this point in the history
  • Loading branch information
devttys0 committed Mar 15, 2017
1 parent 03043ab commit afdec71
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
[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
===========
Expand Down
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,8 @@ def finalize_options(self):
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 = []
Expand Down

0 comments on commit afdec71

Please sign in to comment.