Skip to content

Commit

Permalink
Fix order of args for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Rich Leland committed Aug 19, 2015
1 parent d379944 commit 44f6f90
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 --cov-report term sparkpost test/
py.test --cov-report term --cov sparkpost test/
coveralls

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

0 comments on commit 44f6f90

Please sign in to comment.