try out coveralls

This commit is contained in:
Steve Pulec 2013-03-10 22:34:30 -04:00
parent 9db1107caa
commit e7afd8263a
2 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,10 @@
language: python language: python
python: python:
- 2.7 - 2.7
script: make travis
install: install:
- pip install . - pip install .
- pip install -r requirements.txt - pip install -r requirements.txt
script:
- make travis
after_success:
- coveralls

View File

@ -3,5 +3,6 @@ freezegun
#httpretty #httpretty
mock mock
nose nose
python-coveralls
requests requests
sure sure