disqus / gargoyle

Feature switches in Django
http://engineering.disqus.com
Apache License 2.0
746 stars 112 forks source link

Make gargoyle py3k compatible #82

Closed ogirardot closed 9 years ago

ogirardot commented 10 years ago

Hi, i'm in the process of porting all gargoyle/nexus dependencies to make all of them py3k compatible. Please help me :)

Regards,

Olivier.

mattrobenolt commented 10 years ago

Any idea why this is failing Django 1.4 too? We need to at least support that.

ogirardot commented 10 years ago

you mean it's failing with python 2 + django 1.4 ou py3k + django 1.4 ?

mattrobenolt commented 10 years ago

https://travis-ci.org/disqus/gargoyle/builds/27554777

ogirardot commented 10 years ago

looks like django-jsonfield was not installed, like it failed to download the dependency, but i don't see any log regarding the dependencies fetched...

ogirardot commented 10 years ago

jsonfield is not in the test_requires dependencies ?

mattrobenolt commented 10 years ago

@ssaboum Do you mind rebasing with master? It may help us figure out why the tests are failing.