jterrace / pyssim

A Python module for computing the Structural Similarity Image Metric (SSIM)
MIT License
339 stars 62 forks source link

Added tests for py33 and py34 #11

Closed hirokiky closed 9 years ago

hirokiky commented 9 years ago

it also worked in my Python3.4 environment. Adding tests will be nice.

jterrace commented 9 years ago

I'll merge this, but it looks like Travis CI is broken at head too. Any chance you could take a look at the failures?

hirokiky commented 9 years ago

Oh, Thank you @jterrace for your mention. I noticed this is quite difficult problem.. it looks some of guys tried to this https://github.com/ExcaliburZero/jekyll-helper/issues/2#issuecomment-100216690

Ill revoke this PR. and If want to run CI with 3.3 and/or 3.4, seems should try another solution. can be using another CI tool and so on.