Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubes
ckeditor
Commits
1c0d56e40e05
Commit
26d36f49
authored
Oct 07, 2020
by
Katia Saurfelt
Browse files
feat(tox): add basic .gitlab-ci.yml
parent
8aeb751387e0
Pipeline
#18919
passed with stage
in 1 minute and 13 seconds
Changes
2
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
1c0d56e4
image
:
python:3.7
before_script
:
-
pip install tox
check-manifest
:
script
:
tox -e check-manifest
flake8
:
script
:
tox -e flake8
py27
:
script
:
tox -e py27
py3
:
script
:
tox -e py3
MANIFEST.in
View file @
1c0d56e4
...
...
@@ -11,3 +11,4 @@ recursive-include test/data bootstrap_cubes *.py
prune debian
exclude *.spec
exclude .gitlab-ci.yml
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