Report coverage on https://coveralls.io/r/baztian/jaydebeapi using https://github.com/coagulant/coveralls-python
parent
b3af11bd51
commit
8edfe9c029
|
|
@ -35,6 +35,10 @@ install:
|
|||
- source $HOME/myvirtualenv/bin/activate
|
||||
- pip install -e .
|
||||
- pip install -r test-requirements.txt
|
||||
- pip install coveralls
|
||||
|
||||
script:
|
||||
- python test/testsuite.py $TESTNAME
|
||||
- coverage run --source jaydebeapi test/testsuite.py $TESTNAME
|
||||
|
||||
after_success:
|
||||
coveralls
|
||||
|
|
|
|||
Loading…
Reference in New Issue