Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
compound
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cubicweb
cubes
compound
Commits
a93d7ac79261
Commit
a93d7ac79261
authored
5 years ago
by
Arthur Lutz
Browse files
Options
Downloads
Patches
Plain Diff
[gitlab-ci] autogenerated from tox
parent
40fcce3f73fa
No related branches found
No related tags found
1 merge request
!1
[gitlab-ci] autogenerated from tox
Pipeline
#15715
failed
4 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+18
-0
18 additions, 0 deletions
.gitlab-ci.yml
MANIFEST.in
+2
-1
2 additions, 1 deletion
MANIFEST.in
with
20 additions
and
1 deletion
.gitlab-ci.yml
0 → 100644
+
18
−
0
View file @
a93d7ac7
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
This diff is collapsed.
Click to expand it.
MANIFEST.in
+
2
−
1
View file @
a93d7ac7
...
...
@@ -5,5 +5,5 @@
recursive-include cubicweb_compound/data *.gif *.png *.ico *.css *.js
recursive-include cubicweb_compound/i18n *.po
prun
e cubicweb-compound.spec
exclud
e cubicweb-compound.spec
prune debian
...
...
@@ -9,2 +9,3 @@
prune debian
exclude .gitlab-ci.yml
include README.rst
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment