Skip to content

Commit

Permalink
Add pywin32 to windows test builds
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Sep 17, 2016
1 parent 62ce9fb commit 28c825e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/appveyor-install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ function UpdateConda ($python_home) {
function main () {
InstallMiniconda $env:PYTHON_VERSION $env:PYTHON_ARCH $env:PYTHON
UpdateConda $env:PYTHON
InstallCondaPackages $env:PYTHON "lxml cytoolz numpy scipy pandas jinja2 psutil"
InstallCondaPackages $env:PYTHON "lxml cytoolz numpy scipy pandas jinja2 psutil pywin32 docopt"
}

main

0 comments on commit 28c825e

Please sign in to comment.