Skip to content

Commit 800b900

Browse files
author
Abhishek Singh
committed
Coverage process
1 parent 7a9b2b8 commit 800b900

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,22 @@ matrix:
55
python: 3.6
66
env:
77
- SITECUSTOMIZELIBPATH=/home/travis/virtualenv/python3.6/lib/python3.6/site-packages/sitecustomize.py
8+
- COVERAGE_PROCESS_START=${TRAVIS_BUILD_DIR}/.coveragerc
89
- os: linux
910
python: 3.7
1011
env:
1112
- SITECUSTOMIZELIBPATH=/home/travis/virtualenv/python3.7/lib/python3.7/site-packages/sitecustomize.py
13+
- COVERAGE_PROCESS_START=${TRAVIS_BUILD_DIR}/.coveragerc
1214
- os: linux
1315
python: 3.8
1416
env:
1517
- SITECUSTOMIZELIBPATH=/home/travis/virtualenv/python3.8/lib/python3.8/site-packages/sitecustomize.py
18+
- COVERAGE_PROCESS_START=${TRAVIS_BUILD_DIR}/.coveragerc
1619
- os: linux
1720
python: pypy3
1821
env:
1922
- SITECUSTOMIZELIBPATH=/home/travis/virtualenv/pypy3/site-packages/sitecustomize.py
20-
21-
before_install:
22-
- export COVERAGE_PROCESS_START="${TRAVIS_BUILD_DIR}/.coveragerc"
23-
- export PATH="$PWD/.travis:$PATH"
23+
- COVERAGE_PROCESS_START=${TRAVIS_BUILD_DIR}/.coveragerc
2424
script:
2525
- cp ${TRAVIS_BUILD_DIR}/.travis/sitecustomize.py ${SITECUSTOMIZELIBPATH}
2626
- pip install nose

0 commit comments

Comments
 (0)