try out coveralls
This commit is contained in:
parent
9db1107caa
commit
e7afd8263a
@ -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
|
@ -3,5 +3,6 @@ freezegun
|
|||||||
#httpretty
|
#httpretty
|
||||||
mock
|
mock
|
||||||
nose
|
nose
|
||||||
|
python-coveralls
|
||||||
requests
|
requests
|
||||||
sure
|
sure
|
Loading…
Reference in New Issue
Block a user