Commit 7eea0ff1 by William Tisäter

Add coveralls to travis configuration

parent e05c02c8
......@@ -7,5 +7,9 @@ python:
- "3.3"
install:
- "pip install nose"
- "pip install python-coveralls"
- "curl -s http://www.defunct.cc/maxmind-geoip-samples.tar.gz | tar -xzC tests/"
script: nosetests
script:
- nosetests
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