Skip to content

Commit

Permalink
HTML report works locally, attempting again
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich Leland committed Aug 19, 2015
1 parent e50b12c commit aa9c5c9
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 term-missing --cov sparkpost test/
py.test --cov-report html --cov sparkpost test/
coveralls

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

0 comments on commit aa9c5c9

Please sign in to comment.