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
|
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…
Add table
Add a link
Reference in a new issue