Skip to content

Commit

Permalink
Updates for appveyor.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Jul 31, 2018
1 parent ecfad66 commit 79be9f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Expand Up @@ -18,14 +18,14 @@ 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 -e .
- pip install -U pip setuptools wheel
- pip install -e .[test]

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

test_script:
- python setup.py -q test -q
- python -m zope.testrunner --test-path=.

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

0 comments on commit 79be9f5

Please sign in to comment.