Skip to content

Commit

Permalink
Testing using term-missing reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich Leland committed Aug 19, 2015
1 parent 37dca48 commit e50b12c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ commands = flake8 sparkpost test

[testenv:py27]
commands =
py.test --cov-report xml --cov sparkpost test/
py.test --cov-report term-missing --cov sparkpost test/
coveralls

[testenv:py34]
commands =
py.test --cov-report xml --cov sparkpost test/
py.test --cov-report term-missing --cov sparkpost test/
coveralls

0 comments on commit e50b12c

Please sign in to comment.