Commit fb37991e authored by Luke Macken's avatar Luke Macken

Run coveralls on travis

parent ad452694
...@@ -7,8 +7,13 @@ python: ...@@ -7,8 +7,13 @@ python:
- 3.2 - 3.2
- 3.3 - 3.3
install: python setup.py install install:
- python setup.py install
- pip install coveralls --use-mirrors
script: script:
- sudo apt-get install -qq gdb - sudo apt-get install -qq gdb
- nosetests -v - nosetests -q --with-coverage --cover-package=pyrasite
after_success:
- coveralls
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment