We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23cd1e6 commit 7a9b2b8Copy full SHA for 7a9b2b8
1 file changed
.travis.yml
@@ -22,10 +22,11 @@ before_install:
22
- export COVERAGE_PROCESS_START="${TRAVIS_BUILD_DIR}/.coveragerc"
23
- export PATH="$PWD/.travis:$PATH"
24
script:
25
+ - cp ${TRAVIS_BUILD_DIR}/.travis/sitecustomize.py ${SITECUSTOMIZELIBPATH}
26
- pip install nose
27
- pip install coverage
28
- pip install coveralls
- - cp ${TRAVIS_BUILD_DIR}/.travis/sitecustomize.py ${SITECUSTOMIZELIBPATH}
29
+ - python --version
30
- python setup.py nosetests --with-coverage
31
- coverage run --concurrency=multiprocessing -m unittest discover -s sqlite_rx/tests
32
- coverage combine
0 commit comments