Commit Graph
4 Commits
Author SHA1 Message Date
Nate Coraor 9551fc07b4 Add the scientific platform (Scientific Linux) as binary compatible
with RHEL.
2016-02-03 13:33:42 -05:00
Mark Einon 50ea4694af Change python print() format to be backward compatible with older versions
In python versions prior to 3.1, the print("{}", .format(x)) form throws
an error, use the more compatible print("{0}", .format(x)) form
instead.
2016-02-02 10:25:16 +00:00
Nate Coraor 9563f121e8 binary_compatibility.py shouldn't fail on platforms that don't return
anything for get_specific_platform() (e.g. things other than Linux).
2015-10-27 16:41:27 -04:00
Nate Coraor 1a3a594d4e Allow CentOS to install RHEL wheels. 2015-10-26 15:47:51 -04:00