Commit 99ec49f3 by William Tisäter

Use coverage for coverage reports

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