Skip to content

Commit

Permalink
Added coveralls config.
Browse files Browse the repository at this point in the history
  • Loading branch information
epsy committed May 17, 2015
1 parent 8717e54 commit 0fd9db9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ env:
- TOXENV=py32
- TOXENV=py33
- TOXENV=py34
- TOXENV=coveralls
install:
- pip install tox
script:
- tox
after_success:
- coveralls
10 changes: 10 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@ commands=
coverage html
coverage report

[testenv:coveralls]
basepython=python3.4
deps=
python-dateutil
coverage
coveralls
commands=
coverage run --source clize -m unittest
coveralls

[testenv:cover-util]
basepython=python3.4
deps=
Expand Down

0 comments on commit 0fd9db9

Please sign in to comment.