mirror of
https://github.com/CoolProp/CoolProp.git
synced 2026-04-23 03:00:17 -04:00
Fixed another typo with python builders
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user