Commit 075f473d by William Tisäter

Erase coverage before tests

parent 87c56fe3
...@@ -9,6 +9,6 @@ install: ...@@ -9,6 +9,6 @@ install:
- "pip install coveralls" - "pip install 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 --with-coverage --cover-package=pygeoip - nosetests --cover-erase --with-coverage --cover-package=pygeoip
after_success: after_success:
- coveralls - 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