baztian 2015-03-05 08:18:23 +01:00
parent b3af11bd51
commit 8edfe9c029
1 changed files with 5 additions and 1 deletions

View File

@ -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