Skip to content

Commit eefbdf7

Browse files
author
Abhishek Singh
committed
Test options for build
1 parent 878021e commit eefbdf7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ script:
1111
- pip install coverage
1212
- pip install coveralls
1313
- python -m site
14+
- echo ${TRAVIS_BUILD_DIR}
1415
- python setup.py nosetests --with-coverage
1516
- coverage run --concurrency=multiprocessing -m unittest discover -s sqlite_rx/tests
17+
- coverage combine
1618
- coverage report -i -m
1719
- coveralls

0 commit comments

Comments
 (0)