Skip to content

Commit

Permalink
Coverage process
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek Singh committed Jun 1, 2020
1 parent 23cd1e6 commit 7a9b2b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ before_install:
- export COVERAGE_PROCESS_START="${TRAVIS_BUILD_DIR}/.coveragerc"
- export PATH="$PWD/.travis:$PATH"
script:
- cp ${TRAVIS_BUILD_DIR}/.travis/sitecustomize.py ${SITECUSTOMIZELIBPATH}
- pip install nose
- pip install coverage
- pip install coveralls
- cp ${TRAVIS_BUILD_DIR}/.travis/sitecustomize.py ${SITECUSTOMIZELIBPATH}
- python --version
- python setup.py nosetests --with-coverage
- coverage run --concurrency=multiprocessing -m unittest discover -s sqlite_rx/tests
- coverage combine
Expand Down

0 comments on commit 7a9b2b8

Please sign in to comment.