jazzband / django-embed-video

Django app for easy embedding YouTube and Vimeo videos and music from SoundCloud.
http://django-embed-video.rtfd.org
MIT License
382 stars 135 forks source link

Support for Python 2.6 #26

Closed yetty closed 10 years ago

yetty commented 10 years ago

Krzysztof Szularz (@szuliq) wrote:

django-embed-video is failing in python 2.6 due to importlib missing there.

Do you mind adding 2.6 to travis build?
yetty commented 10 years ago

Support of Python 2.6 is not really important to me. There is one problem with just adding it to travis - package is using default Python unittest library. But in version 2.6 this library hasn't lot of asserts methods used test (assertIsInstance, assertIn, assertRaises etc.).

It would be possible to mock it with custom methods or use some alternative TestCase class (django's, nose's...). I have other priorities, but if you want to, feel free to solve this and add support for 2.6