Skip to content

Commit

Permalink
support coveralls.io
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaocong committed Sep 1, 2013
1 parent f2a712c commit dcfda99
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
Expand Up @@ -6,5 +6,11 @@ python:
- "pypy"
# command to install dependencies
install:
- pip install coveralls
# command to run tests
script: python setup.py nosetests --with-coverage --cover-package=uiautomator && python setup.py sdist
script:
- coverage run --source=uiautomator setup.py nosetests
- python setup.py sdist
# after success
after_success:
coveralls

0 comments on commit dcfda99

Please sign in to comment.