Skip to content

Commit

Permalink
Run tests on Appveyor again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed May 8, 2019
1 parent a216c3b commit ff7f77f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ install:

build_script:
- pip install -U setuptools
- pip install wheel
- pip install wheel zc.buildout zope.testrunner
- 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 ff7f77f

Please sign in to comment.