Skip to content

Commit

Permalink
include oembeditem, code and disquswidgets in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Dec 15, 2016
1 parent ef0f9b0 commit b6cf2a4
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,8 @@ matrix:
before_install:
- pip install codecov
install:
# Lower MarkDown version is needed for Python 2.6 only
- pip install -U pip wheel setuptools
- pip install -q $DJANGO django-wysiwyg html5lib==1.0b10 Pillow docutils textile MarkDown==2.4.1 -e .
- pip install -q $DJANGO -r test-requirements.txt -e .
script:
- coverage run --source=fluent_contents runtests.py
after_success:
Expand Down
6 changes: 3 additions & 3 deletions runtests.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@
'django.contrib.sites',
'django.contrib.admin',
'fluent_contents',
#'fluent_contents.plugins.code',
'fluent_contents.plugins.code',
'fluent_contents.plugins.commentsarea',
#'fluent_contents.plugins.disquswidgets',
'fluent_contents.plugins.disquswidgets',
#'fluent_contents.plugins.formdesignerlink',
'fluent_contents.plugins.gist',
'fluent_contents.plugins.googledocsviewer',
'fluent_contents.plugins.iframe',
'fluent_contents.plugins.markup',
#'fluent_contents.plugins.oembeditem',
'fluent_contents.plugins.oembeditem',
'fluent_contents.plugins.picture',
'fluent_contents.plugins.rawhtml',
'fluent_contents.plugins.sharedcontent',
Expand Down
9 changes: 9 additions & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
django-wysiwyg
html5lib==1.0b10
Pillow
micawber
docutils
textile
# Lower MarkDown version is needed for Python 2.6 only
MarkDown==2.4.1
pygments

0 comments on commit b6cf2a4

Please sign in to comment.