Skip to content

Commit

Permalink
appveyor: works; now try going straight to wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
James R. Barlow committed Jun 5, 2018
1 parent c9bcee3 commit 99fa655
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 @@ -31,9 +31,9 @@ build_script:
$env:INCLUDE += ";c:\qpdf\include"
$env:LIB += ";c:\qpdf\lib"
$env:LIBPATH +=";c:\qpdf\lib"
python setup.py sdist bdist_wheel
$targz = Get-ChildItem -Path dist\pikepdf*.tar.gz
pip install --verbose $targz
python setup.py bdist_wheel
$wheel = Get-ChildItem -Path dist\pikepdf*.whl
pip install --verbose $wheel
test_script:
- pip install -r test_requirements.txt
Expand Down

0 comments on commit 99fa655

Please sign in to comment.