try out coveralls
This commit is contained in:
parent
9db1107caa
commit
e7afd8263a
2 changed files with 6 additions and 2 deletions
|
|
@ -1,7 +1,10 @@
|
|||
language: python
|
||||
python:
|
||||
- 2.7
|
||||
script: make travis
|
||||
install:
|
||||
- pip install .
|
||||
- pip install -r requirements.txt
|
||||
script:
|
||||
- make travis
|
||||
after_success:
|
||||
- coveralls
|
||||
|
|
@ -3,5 +3,6 @@ freezegun
|
|||
#httpretty
|
||||
mock
|
||||
nose
|
||||
python-coveralls
|
||||
requests
|
||||
sure
|
||||
Loading…
Add table
Add a link
Reference in a new issue