diff --git a/runtests.py b/runtests.py index 9b9fc300..ae0ac3da 100755 --- a/runtests.py +++ b/runtests.py @@ -76,7 +76,7 @@ 'fluent_contents.plugins.rawhtml', 'fluent_contents.plugins.sharedcontent', 'fluent_contents.plugins.text', - #'fluent_contents.plugins.twitterfeed', + 'fluent_contents.plugins.twitterfeed', #'disqus', 'django_wysiwyg', #'form_designer', diff --git a/test-requirements.txt b/test-requirements.txt index 45a14266..6c03bef3 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -7,3 +7,5 @@ textile # Lower MarkDown version is needed for Python 2.6 only MarkDown==2.4.1 pygments +disqus +twitter-text-py