Skip to content

Commit

Permalink
Remove pyuic patch on windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
codito committed Sep 13, 2017
1 parent 71f6341 commit e4096ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ init:
install:
- ps: cinst 7zip.commandline
- ps: ls -name "C:\\Python36\\Lib\\site-packages"
- ps: ls -name "C:\\Python36\\Lib\\site-packages\\PyQt5"
- ps: Set-Content -Path "C:\\Python36\\Lib\\site-packages\\PyQt5\\pyuic5.bat" -Value "C:\\Python36\\python.exe -m PyQt5.uic.pyuic %1 %2 %3 %4 %5 %6 %7 %8 %9"
- ps: Get-Content "C:\\Python36\\Lib\\site-packages\\PyQt5\\pyuic5.bat"
#- ps: ls -name "C:\\Python36\\Lib\\site-packages\\PyQt5"
#- ps: Set-Content -Path "C:\\Python36\\Lib\\site-packages\\PyQt5\\pyuic5.bat" -Value "C:\\Python36\\python.exe -m PyQt5.uic.pyuic %1 %2 %3 %4 %5 %6 %7 %8 %9"
#- ps: Get-Content "C:\\Python36\\Lib\\site-packages\\PyQt5\\pyuic5.bat"

# Check that we have the expected version and architecture for Python
- "python --version"
Expand Down

0 comments on commit e4096ed

Please sign in to comment.