Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
celerytask
Commits
4b19e24f1024
Commit
0d4a4a7b
authored
Nov 15, 2019
by
Arthur Lutz
Browse files
[gitlab-ci] autogenerated from tox
parent
661deab4899f
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
4b19e24f
image
:
python:
latest
image
:
python:
3.7
stages
:
-
lint
-
tests
flake8
:
stage
:
lint
before_script
:
-
pip install tox
script
:
tox -e flake8
yamllint
:
stage
:
lint
rules
:
-
changes
:
-
"
**/*.yaml"
...
...
@@ -17,3 +22,18 @@ yamllint:
-
pip install tox
script
:
-
tox -e yamllint
py27
:
stage
:
tests
before_script
:
-
apt update && apt -y install redis-server libpython2.7-dev
-
pip install tox
script
:
tox -e py27
allow_failure
:
true
# XXX
py3
:
stage
:
tests
before_script
:
-
apt update && apt -y install redis-server libpython3.7-dev
-
pip install tox
script
:
tox -e py3
MANIFEST.in
View file @
4b19e24f
...
...
@@ -10,3 +10,4 @@ recursive-include debian changelog compat control copyright rules
include cubicweb-%(cubename)s.spec
include README.rst
exclude .yamllint
exclude .gitlab-ci.yml
Write
Preview
Supports
Markdown
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