Skip to content

Commit 7a9b2b8

Browse files
author
Abhishek Singh
committed
Coverage process
1 parent 23cd1e6 commit 7a9b2b8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ before_install:
2222
- export COVERAGE_PROCESS_START="${TRAVIS_BUILD_DIR}/.coveragerc"
2323
- export PATH="$PWD/.travis:$PATH"
2424
script:
25+
- cp ${TRAVIS_BUILD_DIR}/.travis/sitecustomize.py ${SITECUSTOMIZELIBPATH}
2526
- pip install nose
2627
- pip install coverage
2728
- pip install coveralls
28-
- cp ${TRAVIS_BUILD_DIR}/.travis/sitecustomize.py ${SITECUSTOMIZELIBPATH}
29+
- python --version
2930
- python setup.py nosetests --with-coverage
3031
- coverage run --concurrency=multiprocessing -m unittest discover -s sqlite_rx/tests
3132
- coverage combine

0 commit comments

Comments
 (0)