Commit de3b859f authored by Seb's avatar Seb
Browse files

update testing environments

parent 2fe3bfdf
......@@ -3,7 +3,6 @@ stages:
- lint
- release
.python_test:
stage: test
script:
......@@ -17,18 +16,16 @@ head:
before_script:
- pip install .['testing']
lts_27:
extends: .python_test
image: python:3.7
before_script:
- pip install .['testing'] wagtail~=2.7 django~=2.2
lts_211:
image: python:3.8
extends: .python_test
before_script:
- pip install .['testing'] wagtail~=2.11 django~=3.1
lts_215:
image: python:3.10
before_script:
- pip install .['testing'] wagtail~=2.15 django~=4.0
flake8:
stage: lint
......
......@@ -10,7 +10,7 @@ from setuptools import find_packages, setup # noqa: E4
setup(
name='wagtailvideos',
version='2.10.9',
version='2.11.0',
description="A wagtail module for uploading and displaying videos in various codecs.",
long_description=readme,
author='Neon Jungle',
......
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