summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index 82520c40..22c204b6 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -55,7 +55,7 @@ build_script:
- if [%target%]==[Python] (
ECHO %PYTHONPATH% &
cd src/cython &
- python setup.py install &
+ python setup.py install
) else (
MSBuild GUDHIdev.sln /m /p:Configuration=Release /p:Platform=x64 &
)