Commit 99ec49f3 by William Tisäter

Use coverage for coverage reports

parent f966927d
...@@ -6,9 +6,9 @@ python: ...@@ -6,9 +6,9 @@ python:
- "3.3" - "3.3"
install: install:
- "pip install nose" - "pip install nose"
- "pip install coveralls" - "pip install python-coveralls"
- "curl -s http://www.defunct.cc/maxmind-geoip-samples.tar.gz | tar -xzC tests/" - "curl -s http://www.defunct.cc/maxmind-geoip-samples.tar.gz | tar -xzC tests/"
script: script:
- nosetests --cover-erase --with-coverage --cover-package=pygeoip - coverage run --source=pygeoip setup.py nosetests
after_success: after_success:
- coveralls - coveralls
[run]
source = coveralls,pygeoip
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