Update appveyor.yml

This commit is contained in:
Matthias Bartelmeß 2016-07-24 22:55:05 +02:00 committed by GitHub
parent dae61ded38
commit 30980751cf

@ -27,7 +27,7 @@ build_script:
"%PYTHON%" setup.py bdist_wheel "%PYTHON%" setup.py bdist_wheel
"%PIP%" install . "%PIP%" install .
test_script: test_script:
- ps: >- - ps: |
cp build\Release\git2.dll . cp build\Release\git2.dll .
try { & $env:PYTHON setup.py nosetests --with-xunit } try { & $env:PYTHON setup.py nosetests --with-xunit }
# upload results to AppVeyor # upload results to AppVeyor