diff --git a/.appveyor.yml b/.appveyor.yml index 0a306dec..38fe0816 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -2,10 +2,6 @@ version: 1.3.{build} environment: matrix: - - python: 27 - - python: 27-x64 - - python: 35 - - python: 35-x64 - python: 36 - python: 36-x64 @@ -24,6 +20,7 @@ build_script: $version = "$env:APPVEYOR_BUILD_VERSION.dev0" } $version | Set-Content version.txt + - pip install libxml2-2.9.4.win64.zip - python setup.py build bdist_wheel - ps: Get-ChildItem dist\*.whl | % { pip install $_.FullName } diff --git a/libxml2-2.9.4.win64.zip b/libxml2-2.9.4.win64.zip new file mode 100644 index 00000000..3b3a4503 Binary files /dev/null and b/libxml2-2.9.4.win64.zip differ