File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2424script :
2525 - cp ${TRAVIS_BUILD_DIR}/.travis/sitecustomize.py ${SITECUSTOMIZELIBPATH}
2626 - pip install nose
You can’t perform that action at this time.
0 commit comments