Fixed another typo with python builders

This commit is contained in:
Ian Bell
2014-08-12 01:05:45 +02:00
parent a60b46dd31
commit 9f91a12a86

View File

@@ -203,7 +203,7 @@ c['builders'].append(
)
)
for conda_env in ['py32','py27','p34']:
for conda_env in ['py33','py27','py34']:
for platform in ['OSX','windows']:
c['builders'].append(
BuilderConfig(name="Python-binaries-" + platform + '-' + conda_env,