From 30980751cfd3ff63844b641e9d8e663c3fb2d7dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Bartelme=C3=9F?= Date: Sun, 24 Jul 2016 22:55:05 +0200 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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