File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2321before_install :
2422 - export COVERAGE_PROCESS_START="${TRAVIS_BUILD_DIR}/.coveragerc"
2523 - export PATH="$PWD/.travis:$PATH"
You can’t perform that action at this time.
0 commit comments