Fixed some conda bugs

This commit is contained in:
Jorrit Wronski
2015-07-09 20:21:15 +02:00
parent 2c704a0928
commit 5dbd210be0
2 changed files with 2 additions and 1 deletions

View File

@@ -395,7 +395,7 @@ def pythonFactory(pyID, pyCFG=PythonSlaveConfig("name")):
#
# Do you want me to install the required packages? Enable this for new slaves.
installPackages = False
buildPyPI = checkID(pyID, teID=100, strict=False) or checkID(pyID, teID=200, strict=False) # Only build and upload Windows and Mac wheels
buildPyPI = False # checkID(pyID, teID=100, strict=False) or checkID(pyID, teID=200, strict=False) # Only build and upload Windows and Mac wheels
buildConda = True
workingFolder = "build/wrappers/Python"
installFolder = "install_root"