Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquev6 committed Oct 28, 2012
1 parent ca1e799 commit 823f253
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,7 @@ def run( self ):
cov.start()

import github.tests
testsResult = github.tests.run()

ok = len( testsResult.failures ) == 0 and len( testsResult.errors ) == 0
ok = github.tests.run().wasSuccessful()
if analyseCoverage:
cov.stop()
for f in glob.glob( "github/*.py" ):
Expand Down

0 comments on commit 823f253

Please sign in to comment.