Skip to content

Commit

Permalink
upgraded to python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhea0 committed Feb 5, 2017
1 parent b79d9f7 commit f465a76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ script:
- python manage.py cov

after_success:
coveralls
- coveralls
5 changes: 1 addition & 4 deletions manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,7 @@ def cov():
COV.save()
print('Coverage Summary:')
COV.report()
basedir = os.path.abspath(os.path.dirname(__file__))
covdir = os.path.join(basedir, 'coverage')
COV.html_report(directory=covdir)
print('HTML version: file://%s/index.html' % covdir)
COV.html_report()
COV.erase()
return 0
return 1
Expand Down

0 comments on commit f465a76

Please sign in to comment.