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
forgotpwd
Commits
41ccee2b649b
Commit
5dd1879e
authored
Nov 15, 2019
by
Arthur Lutz
Browse files
[gitlab-ci] autogenerated from tox
parent
ce98aa4e9f65
Pipeline
#14780
passed with stage
in 3 minutes and 33 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
41ccee2b
image
:
python:3.7
before_script
:
-
pip install tox
check-manifest
:
script
:
tox -e check-manifest
py3
:
script
:
tox -e py3
MANIFEST.in
View file @
41ccee2b
...
@@ -11,3 +11,4 @@ recursive-include test *.py
...
@@ -11,3 +11,4 @@ recursive-include test *.py
include test/data/bootstrap_cubes
include test/data/bootstrap_cubes
prune debian
prune debian
exclude .gitlab-ci.yml
tox.ini
View file @
41ccee2b
[tox]
[tox]
envlist
=
py27,
py3,check-manifest
envlist
=
py3,check-manifest
[testenv]
[testenv]
deps
=
deps
=
...
...
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