Skip to content

Commit

Permalink
Use buildout in AppVeyor. (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed May 8, 2019
1 parent fb978ac commit e0a4c80
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 @@ -7,8 +7,6 @@ environment:
matrix:
- python: 27
- python: 27-x64
- python: 35
- python: 35-x64
- python: 36
- python: 36-x64
- python: 37
Expand All @@ -17,14 +15,16 @@ environment:
install:
- "SET PATH=C:\\Python%PYTHON%;c:\\Python%PYTHON%\\scripts;%PATH%"
- echo "C:\Program Files\Microsoft SDKs\Windows\v7.1\Bin\SetEnv.cmd" /x64 > "C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\bin\amd64\vcvars64.bat"
- pip install zc.buildout zope.testrunner
- pip install -e .

build_script:
- pip install wheel
- python -W ignore setup.py -q bdist_wheel

test_script:
- python setup.py test -q
- buildout
- bin\test.exe

artifacts:
- path: 'dist\*.whl'
Expand Down

0 comments on commit e0a4c80

Please sign in to comment.