Skip to content

Commit 8a5ba34

Browse files
author
Abhishek Singh
committed
Coverage process
1 parent 4b28f5d commit 8a5ba34

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.travis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,20 @@ matrix:
44
- os: linux
55
python: 3.6
66
env:
7-
- SITECUSTOMIZELIBPATH="/home/travis/virtualenv/python3.6/lib/python3.6/sitecustomize.py"
7+
- SITECUSTOMIZELIBPATH="/home/travis/virtualenv/python3.6/lib/python3.6/site-packages/sitecustomize.py"
88
- os: linux
99
python: 3.7
1010
env:
11-
- SITECUSTOMIZELIBPATH="/home/travis/virtualenv/python3.7/lib/python3.7/sitecustomize.py"
11+
- SITECUSTOMIZELIBPATH="/home/travis/virtualenv/python3.7/lib/python3.7/site-packages/sitecustomize.py"
1212
- os: linux
1313
python: 3.8
1414
env:
15-
- SITECUSTOMIZELIBPATH="/home/travis/virtualenv/python3.8/lib/python3.8/sitecustomize.py"
15+
- SITECUSTOMIZELIBPATH="/home/travis/virtualenv/python3.8/lib/python3.8/site-packages/sitecustomize.py"
1616
- os: linux
1717
python: pypy3
1818
env:
19-
- SITECUSTOMIZELIBPATH="/home/travis/virtualenv/pypy3/lib/pypy3/sitecustomize.py"
19+
- SITECUSTOMIZELIBPATH="/home/travis/virtualenv/pypy3/site-packages/sitecustomize.py"
2020

21-
os:
22-
- linux
2321
before_install:
2422
- export COVERAGE_PROCESS_START="${TRAVIS_BUILD_DIR}/.coveragerc"
2523
- export PATH="$PWD/.travis:$PATH"

0 commit comments

Comments
 (0)