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,19 +4,19 @@ matrix:
44 - os : linux
55 python : 3.6
66 env :
7- - SITECUSTOMIZELIBPATH=" /home/travis/virtualenv/python3.6/lib/python3.6/site-packages/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/site-packages/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/site-packages/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/site-packages/sitecustomize.py"
19+ - SITECUSTOMIZELIBPATH=/home/travis/virtualenv/pypy3/site-packages/sitecustomize.py
2020
2121before_install :
2222 - export COVERAGE_PROCESS_START="${TRAVIS_BUILD_DIR}/.coveragerc"
You can’t perform that action at this time.
0 commit comments