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
expense
Commits
7b3db94b40d7
Commit
8303eb31
authored
May 16, 2019
by
Philippe Pepiot
Browse files
[tox] add check-manifest
parent
41fb7d7501c9
Changes
2
Hide whitespace changes
Inline
Side-by-side
MANIFEST.in
View file @
7b3db94b
...
...
@@ -6,4 +6,5 @@ recursive-include cubicweb_expense/data *.gif *.png *.ico *.css *.js
recursive-include cubicweb_expense/i18n *.po *.pot
recursive-include test/data bootstrap_cubes *.py
include *.ini
recursive-include debian changelog compat control copyright rules
prune debian
include *.txt
tox.ini
View file @
7b3db94b
[tox]
envlist
=
py27,py3,flake8
envlist
=
py27,py3,flake8
,check-manifest
[testenv]
deps
=
...
...
@@ -23,3 +23,10 @@ commands =
[flake8]
max-line-length
=
120
exclude
=
cubicweb_expense/migration/*,.tox/*,
[testenv:check-manifest]
skip_install
=
true
deps
=
check-manifest
commands
=
{envpython}
-m
check_manifest
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