Skip to content

Commit 0496319

Browse files
committed
adding python
1 parent f503e10 commit 0496319

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ platform:
1616
- x86
1717

1818
install:
19+
- ps: wget https://download.microsoft.com/download/7/9/6/796EF2E4-801B-4FC4-AB28-B59FBF6D907B/VCForPython27.msi
20+
- msiexec /i VCForPython27.msi /quiet /qn /norestart
1921
- pip install autobahntestsuite
2022
- ps: If ($env:Platform -Match "x86"){ $env:CMAKE_ARCH="" } Else { $env:CMAKE_ARCH=" Win64"}
2123
- cd c:\projects

0 commit comments

Comments
 (0)