conda works, reenable the PyPI builds

This commit is contained in:
Jorrit Wronski
2015-07-09 20:25:03 +02:00
parent 5dbd210be0
commit 9fcac57aed

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 = False # checkID(pyID, teID=100, strict=False) or checkID(pyID, teID=200, strict=False) # Only build and upload Windows and Mac wheels
buildPyPI = 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"