travis needs to output .coverage
This commit is contained in:
parent
e7afd8263a
commit
23bd68955f
2 changed files with 1 additions and 4 deletions
|
|
@ -5,6 +5,6 @@ install:
|
|||
- pip install .
|
||||
- pip install -r requirements.txt
|
||||
script:
|
||||
- make travis
|
||||
- make test
|
||||
after_success:
|
||||
- coveralls
|
||||
3
Makefile
3
Makefile
|
|
@ -6,6 +6,3 @@ init:
|
|||
|
||||
test:
|
||||
nosetests --with-coverage ./tests/ --cover-package=moto
|
||||
|
||||
travis:
|
||||
nosetests ./tests/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue