There was an error while loading. Please reload this page.
1 parent df9d45c commit 7ea815cCopy full SHA for 7ea815c
1 file changed
.travis.yml
@@ -28,15 +28,15 @@ matrix:
28
- os: windows
29
language: shell
30
before_install:
31
- - choco install python2
+ - choco install python2 -x86
32
- ln -s /c/Python27/python.exe /c/Python27/python2.7.exe
33
env:
34
- PATH="/c/Python27:/c/Python27/Scripts:$PATH"
35
- TEST_SUITE="$PYTEST"
36
37
38
39
40
41
42
0 commit comments