Remove 32-bit python wheels (they can't be uploaded to Pypi anyway)

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2014-12-01 20:58:56 -05:00
parent ddbf954934
commit fe980644b4

View File

@@ -791,7 +791,7 @@ osxIPUslave.pyenv[getIDstr( "osx" , "64bit", "py33")] = "CoolProp33"
osxIPUslave.pyenv[getIDstr( "osx" , "64bit", "py34")] = "CoolProp34"
osxIPUslave.pyins[getIDstr( "osx" , 0 , 0 )] = baseins
pythonSlaves = [windowsDTUslave, linuxDTUslave, linuxJorritSlave, osxIPUslave]
pythonSlaves = [windowsDTUslave, linuxJorritSlave, osxIPUslave]
for slave in pythonSlaves:
for pyID in slave.getIDs():