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
squareui
Commits
2210f8af3b7a
Commit
01a733d7
authored
Oct 07, 2020
by
Katia Saurfelt
Browse files
[tox] add check-manifest
parent
3f7bd0f2e4a1
Pipeline
#16693
passed with stage
in 1 minute and 3 seconds
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
2210f8af
...
...
@@ -13,3 +13,6 @@ py3:
script
:
tox -e py3
check-manifest
:
script
:
tox -e check-manifest
MANIFEST.in
View file @
2210f8af
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 @
2210f8af
[tox]
envlist
=
py27,py3,flake8
envlist
=
py27,py3,flake8
, check-manifest
[testenv]
deps
=
...
...
@@ -26,3 +26,10 @@ format = pylint
ignore
=
W503, E203, E731, E231
max-line-length
=
100
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
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