Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Websites UFRPE
Wagtail Videos
Commits
10a9bc0b
Unverified
Commit
10a9bc0b
authored
Feb 19, 2021
by
seb-b
Committed by
GitHub
Feb 19, 2021
Browse files
Merge pull request #71 from neon-jungle/gitlab_lint
Gitlab lint
parents
287c5fb6
bcd40665
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
10a9bc0b
stages
:
-
test
-
lint
-
release
...
...
@@ -29,6 +30,23 @@ lts_211:
before_script
:
-
pip install .['testing'] wagtail~=2.11 django~=3.1
flake8
:
stage
:
lint
image
:
python:3.8
before_script
:
-
pip install flake8
script
:
-
flake8 wagtailvideos/ tests/
isort
:
stage
:
lint
image
:
python:3.8
before_script
:
-
pip install isort -e .
script
:
-
isort --recursive --diff --check-only wagtailvideos/ tests/
build
:
image
:
python:3.8
stage
:
release
...
...
setup.py
View file @
10a9bc0b
...
...
@@ -10,7 +10,7 @@ from setuptools import find_packages, setup # noqa: E4
setup
(
name
=
'wagtailvideos'
,
version
=
'2.10.
2
'
,
version
=
'2.10.
3
'
,
description
=
"A wagtail module for uploading and displaying videos in various codecs."
,
long_description
=
readme
,
author
=
'Neon Jungle'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment