diff --git a/appveyor.yml b/appveyor.yml index 4d6e69c..da7be71 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -27,7 +27,7 @@ build_script: "%PYTHON%" setup.py bdist_wheel "%PIP%" install . test_script: -- ps: >- +- ps: | cp build\Release\git2.dll . try { & $env:PYTHON setup.py nosetests --with-xunit } # upload results to AppVeyor