Skip to content

Commit

Permalink
Changed python-coveralls to coveralls.
Browse files Browse the repository at this point in the history
Signed-off-by: Kouhei Maeda <mkouhei@palmtb.net>
  • Loading branch information
mkouhei committed May 9, 2014
1 parent b82a08a commit 00ee7d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ env:
- TOX_ENV=py34
- TOX_ENV=pypy
install:
- pip install python-coveralls tox
- pip install coveralls tox
script:
- tox -e $TOX_ENV
- python setup.py check -r
after_success:
- coveralls
- coveralls --verbose

0 comments on commit 00ee7d8

Please sign in to comment.