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
squareui
Commits
b3a7040781c7
Commit
1cb14a63
authored
Oct 07, 2020
by
Katia Saurfelt
Browse files
[tox] add check-manifest
parent
f0f00e516cd9
Pipeline
#16907
passed with stage
in 1 minute and 11 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
b3a70407
...
...
@@ -13,3 +13,6 @@ py3:
script
:
tox -e py3
check-manifest
:
script
:
tox -e check-manifest
MANIFEST.in
View file @
b3a70407
include *.py
include */*.py
recursive-include cubicweb_squareui *.py
include setup.py
include README.rst
include tox.ini
recursive-include cubicweb_squareui *
recursive-include cubicweb_squareui/data *.gif *.png *.ico *.css *.js
recursive-include cubicweb_squareui/i18n *.po
recursive-include cubicweb_squareui/wdoc *
recursive-include test/data bootstrap_cubes *.py
include *.ini
recursive-include debian changelog compat control copyright rules
include cubicweb-squareui.spec
include README.rst
exclude .gitlab-ci.yml
recursive-include cubicweb_squareui/wdoc Changelog* *.rst *.png *.jpg *.xml
recursive-include doc README *.png *py *rst Makefile
recursive-include test *.py
include test/data/bootstrap_cubes
prune debian
exclude Makefile
exclude *.spec
exclude dev-requirements.txt
exclude .gitlab-ci.yml
tox.ini
View file @
b3a70407
[tox]
envlist
=
py27,py3,flake8
envlist
=
py27,py3,flake8
, check-manifest
[testenv]
deps
=
...
...
@@ -25,4 +25,11 @@ basepython = python3
format
=
pylint
ignore
=
W503, E203, E731, E231
max-line-length
=
100
exclude
=
doc/*,.tox/*,./test/data/*
\ No newline at end of file
exclude
=
doc/*,.tox/*,./test/data/*
[testenv:check-manifest]
skip_install
=
true
deps
=
check-manifest
commands
=
{envpython}
-m
check_manifest
{toxinidir}
\ 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