Skip to content

Commit 23cd1e6

Browse files
author
Abhishek Singh
committed
Coverage process
1 parent 2a43b8c commit 23cd1e6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ script:
2525
- pip install nose
2626
- pip install coverage
2727
- pip install coveralls
28-
- touch ${SITECUSTOMIZELIBPATH}
29-
- printf "import coverage\ncoverage.process_startup()\n" > ${SITECUSTOMIZELIBPATH};
28+
- cp ${TRAVIS_BUILD_DIR}/.travis/sitecustomize.py ${SITECUSTOMIZELIBPATH}
3029
- python setup.py nosetests --with-coverage
3130
- coverage run --concurrency=multiprocessing -m unittest discover -s sqlite_rx/tests
3231
- coverage combine

0 commit comments

Comments
 (0)