Commit 0e343a8c authored by Jason Madden's avatar Jason Madden Committed by GitHub

Merge pull request #297 from zopefoundation/appveyor-mock

Simplify appveyor.yml.
parents 6601d634 22055bde
...@@ -15,13 +15,11 @@ install: ...@@ -15,13 +15,11 @@ install:
- "SET PATH=C:\\Python%PYTHON%;c:\\Python%PYTHON%\\scripts;%PATH%" - "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" - 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"
- python -m pip install -U pip setuptools wheel - python -m pip install -U pip setuptools wheel
- pip install -U -e . - pip install -U -e .[test]
- pip install -U zope.testrunner zope.testing manuel
- pip install -U zc.buildout zc.recipe.testrunner zc.recipe.egg
build_script: build_script:
- buildout bootstrap - python -m pip install -U wheel
- bin\buildout parts=test - python -W ignore setup.py -q bdist_wheel
test_script: test_script:
- bin\test -vvv - zope-testrunner --test-path=src -vvv --auto-color
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment