Skip to content

Commit

Permalink
Added coverage/coveralls to tox.ini.
Browse files Browse the repository at this point in the history
  • Loading branch information
dessibelle committed Jan 31, 2015
1 parent e0747a0 commit d414f44
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ envlist =
py32,
py33,
py34,
coverage,
flake8

[testenv]
Expand All @@ -18,6 +19,16 @@ commands =
make test
whitelist_externals = make

[testenv:coverage]
commands =
make flake8
coverage
deps =
coverage
coveralls
basepython = python2.7


[testenv:flake8]
commands = make flake8
deps =
Expand Down

0 comments on commit d414f44

Please sign in to comment.