Skip to content

Commit

Permalink
Updated setup.py's testing feature
Browse files Browse the repository at this point in the history
  • Loading branch information
devttys0 committed Sep 13, 2017
1 parent 8c3715d commit 185c1cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,8 @@ def run(self):
# Run the tests
nose.core.run(argv=['--exe','--with-coverage'])

sys.stdout.write("\n")

# Clean up the resulting pyc files in the testing directory
for pyc in glob.glob("%s/*.pyc" % testing_directory):
sys.stdout.write("removing '%s'\n" % pyc)
Expand Down

0 comments on commit 185c1cf

Please sign in to comment.