Commit 09dec6ec authored by Seb's avatar Seb
Browse files

missing reqs + gitlab ci badge

parent abcb3ff0
......@@ -21,10 +21,10 @@ lts_27:
image: python:3.7
extends: .python_test
before_script:
- pip install wagtail~=2.7 django~=2.2 mock
- pip install .['testing'] wagtail~=2.7 django~=2.2
lts_211:
image: python:3.8
extends: .python_test
before_script:
- pip install wagtail~=2.11 django~=3.1 mock
\ No newline at end of file
- pip install .['testing'] wagtail~=2.11 django~=3.1
\ No newline at end of file
wagtailvideos
=============
.. image:: https://gitlab.com/neonjungle/wagtailvideos/badges/master/pipeline.svg
:target: https://gitlab.com/neonjungle/wagtailvideos/pipelines?ref=master
Based on wagtailimages. The aim was to have feature parity with images
but for html5 videos. Includes the ability to transcode videos to a
html5 compliant codec using ffmpeg.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment