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
postgis
Commits
9351697e0a11
Commit
ca36c21a
authored
Nov 15, 2019
by
Arthur Lutz
Browse files
[gitlab-ci] autogenerated from tox
parent
f81a3bfe7f9c
Pipeline
#15798
passed with stage
in 1 minute and 41 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
0 → 100644
View file @
9351697e
image
:
python:3.7
before_script
:
-
pip install tox
check-manifest
:
script
:
tox -e check-manifest
flake8
:
script
:
tox -e flake8
py27
:
image
:
r.ext.logilab.fr/jenkins/jnlp:buster
script
:
tox -e py27
py3
:
image
:
r.ext.logilab.fr/jenkins/jnlp:buster
script
:
tox -e py3
MANIFEST.in
View file @
9351697e
...
...
@@ -8,6 +8,7 @@ recursive-include cubicweb_postgis/wdoc *
recursive-include test/data bootstrap_cubes *.py
include *.ini
prun
e cubicweb-postgis.spec
exclud
e cubicweb-postgis.spec
prune debian
include README.rst
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