Skip to content
This repository has been archived by the owner on Nov 5, 2019. It is now read-only.

Commit

Permalink
Adding tests to coverage report.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Sep 3, 2015
1 parent f15e80e commit 84a5d09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,15 @@ commands =
nosetests \
--with-coverage \
--cover-package=oauth2client \
--cover-package=tests \
--cover-erase \
--cover-tests \
--cover-branches \
--ignore-files=test_appengine\.py
nosetests \
--with-coverage \
--cover-package=oauth2client.appengine \
--cover-package=tests.test_appengine \
--with-gae \
--cover-tests \
--cover-branches \
Expand Down

0 comments on commit 84a5d09

Please sign in to comment.