Skip to content

Commit

Permalink
coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
akiraakaishi committed Apr 17, 2015
1 parent 9ba8c50 commit 7b10494
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ env:
- TOXENV=py33-1.8.x
- TOXENV=py34-1.7.x
- TOXENV=py34-1.8.x
- TOXENV=coverage
install:
- pip install tox
- pip install coveralls
script:
- coverage run --source=taggit_forms tox -e $TOXENV
after_success:
coveralls
- tox -e $TOXENV
12 changes: 12 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,15 @@ basepython = python3.4
deps =
{[testenv]deps}
{[testenv]deps18}

[testenv:coverage]
basepython = python3.4

commands =
coverage run --source=taggit_forms ./runtests.py
coveralls

deps =
coverage
coveralls
{[testenv:py34-1.8.x]deps}

0 comments on commit 7b10494

Please sign in to comment.