Uses real python path

This commit is contained in:
Xawotihs
2014-08-23 00:53:33 +02:00
parent f82d89b3db
commit ec4be4f6b1

View File

@@ -26,8 +26,8 @@
# scripts that run after cloning repository
install:
- ps: (new-object net.webclient).DownloadFile('https://raw.github.com/pypa/pip/master/contrib/get-pip.py', 'C:/get-pip.py')
- "%PYTHON%/python.exe C:/get-pip.py"
- "%PYTHON%/Scripts/pip.exe install pyjavaproperties"
- "C:/Python27/python.exe C:/get-pip.py"
- "C:/Python27/Scripts/pip.exe install pyjavaproperties"
#---------------------------------#
# build configuration #
@@ -63,7 +63,7 @@ artifacts:
# scripts to run before deployment
before_deploy:
- cd projects/mtg/bin
- "%PYTHON%/python.exe createWindowsZip.py"
- "C:/Python27/python.exe createWindowsZip.py"
# scripts to run after deployment
after_deploy: