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 7a9b2b8 commit 800b900
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@ matrix:
python: 3.6
env:
- SITECUSTOMIZELIBPATH=/home/travis/virtualenv/python3.6/lib/python3.6/site-packages/sitecustomize.py
- COVERAGE_PROCESS_START=${TRAVIS_BUILD_DIR}/.coveragerc
- os: linux
python: 3.7
env:
- SITECUSTOMIZELIBPATH=/home/travis/virtualenv/python3.7/lib/python3.7/site-packages/sitecustomize.py
- COVERAGE_PROCESS_START=${TRAVIS_BUILD_DIR}/.coveragerc
- os: linux
python: 3.8
env:
- SITECUSTOMIZELIBPATH=/home/travis/virtualenv/python3.8/lib/python3.8/site-packages/sitecustomize.py
- COVERAGE_PROCESS_START=${TRAVIS_BUILD_DIR}/.coveragerc
- os: linux
python: pypy3
env:
- SITECUSTOMIZELIBPATH=/home/travis/virtualenv/pypy3/site-packages/sitecustomize.py

before_install:
- export COVERAGE_PROCESS_START="${TRAVIS_BUILD_DIR}/.coveragerc"
- export PATH="$PWD/.travis:$PATH"
- COVERAGE_PROCESS_START=${TRAVIS_BUILD_DIR}/.coveragerc
script:
- cp ${TRAVIS_BUILD_DIR}/.travis/sitecustomize.py ${SITECUSTOMIZELIBPATH}
- pip install nose
Expand Down

0 comments on commit 800b900

Please sign in to comment.