@@ -13,7 +13,7 @@ windows-setup-steps: &windows-setup-steps
1313 env :
1414 - PYTHONUNBUFFERED=1
1515 install :
16- - pip install --upgrade pip pipenv
16+ - pip install --user -- upgrade pip pipenv
1717 - pipenv install --dev
1818
1919osx-setup-steps : &osx-setup-steps
@@ -42,19 +42,22 @@ matrix:
4242 << : *windows-setup-steps
4343 env :
4444 - GYP_MSVS_VERSION=2019
45- - PATH=/c/Python37:/c/Python37/Scripts:$PATH
45+ - PATH=/c/Python37:/c/Python37/Scripts:/C/Users/travis/AppData/Roaming/Python/Python37/Scripts: $PATH
4646 before_install :
4747 - choco install python3 visualstudio2019buildtools visualstudio2019-workload-vctools
4848 script : pipenv run -v test -f msvs
4949
50- - name : " Windows: test on Python 2 with VS2017 Build Tools"
51- << : *windows-setup-steps
52- env :
53- - GYP_MSVS_VERSION=2017
54- - PATH=/c/Python27:/c/Python27/Scripts:$PATH
55- before_install :
56- - choco install python2 visualstudio2017buildtools visualstudio2017-workload-vctools
57- script : pipenv run -v test -f msvs
50+ # - name: "Windows: test on Python 2 with VS2017 Build Tools"
51+ # <<: *windows-setup-steps
52+ # env:
53+ # - GYP_MSVS_VERSION=2017
54+ # - GYP_BUILD_TOOL=C:\Program Files (x86)\Microsoft Visual Studio\2017\BuildTools\MSBuild\15.0\Bin\MSBuild.exe
55+ # - PATH=/c/Python27:/c/Python27/Scripts:/C/Users/travis/AppData/Roaming/Python/Scripts:$PATH
56+ # before_install:
57+ # - choco install python2 visualstudio2017buildtools visualstudio2017-workload-vctools
58+ # script:
59+ # - ls -la tools/vssetup.powershell
60+ # - pipenv run -v test -f msvs
5861
5962 - name : " macOS: test with make and ninja on Python 3.7"
6063 << : *osx-setup-steps
0 commit comments