Skip to content

Commit

Permalink
Switching from coveralls (which isn't working) to codecov.
Browse files Browse the repository at this point in the history
  • Loading branch information
mblayman committed Oct 15, 2015
1 parent 735b251 commit 5e0631a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ env:
# - TOX_ENV=py35
- TOX_ENV=pypy
- TOX_ENV=flake8
# Disable coverage until coveralls is fixed.
# See https://github.com/lemurheavy/coveralls-public/issues/522.
# - TOX_ENV=cover
- TOX_ENV=cover
- TOX_ENV=language_ar
- TOX_ENV=language_de
- TOX_ENV=language_el
Expand Down
5 changes: 2 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@ commands = nosetests
deps = flake8
commands = flake8 handroll setup.py transifex.py

# python-coveralls pulls in coverage.
[testenv:cover]
deps = nose
python-coveralls
codecov
commands = nosetests --with-coverage --cover-package=handroll
coveralls
codecov

# Test that each language's strings contain no errors.
[testenv:language_ar]
Expand Down

0 comments on commit 5e0631a

Please sign in to comment.