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
registration
Commits
0f81d97b2eca
Commit
77882168
authored
Oct 08, 2020
by
Katia Saurfelt
Browse files
(feat)[gitlab-ci] add .gitlab-ci.yml
parent
1abc11e7e31e
Pipeline
#20137
canceled with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
0f81d97b
image
:
python
stages
:
-
lint
-
test
before_script
:
-
pip install tox
check-manifest
:
stage
:
lint
script
:
tox -e check-manifest
allow_failure
:
true
flake8
:
stage
:
lint
script
:
tox -e flake8
allow_failure
:
true
py27
:
stage
:
test
before_script
:
-
apt update -y && apt install -y python-dev
-
pip install tox
script
:
-
tox -e py27
MANIFEST.in
View file @
0f81d97b
...
...
@@ -8,4 +8,5 @@ recursive-include cubicweb_registration/migration *.py
recursive-include test/data bootstrap_cubes *.py
prune debian
exclude *.spec
\ No newline at end of file
exclude *.spec
exclude .gitlab-ci.yml
\ No newline at end of file
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