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
rqlcontroller
Commits
ab7cabac47ac
Commit
183bc65f
authored
Jul 30, 2021
by
Noé Gaumont
🐙
Browse files
chore: add check-manifest
parent
5f45cfe53ec1
Changes
3
Hide whitespace changes
Inline
Side-by-side
.hgignore
View file @
ab7cabac
syntax: glob
.tox
*.egg-info
*.pyc
__pycache__
MANIFEST.in
View file @
ab7cabac
...
...
@@ -5,6 +5,9 @@ recursive-include cubicweb_rqlcontroller *
recursive-include cubicweb_rqlcontroller/data *.gif *.png *.ico *.css *.js
recursive-include cubicweb_rqlcontroller/i18n *.po
recursive-include cubicweb_rqlcontroller/wdoc *
prune test
exclude tox.ini
exclude .cube-doctor.yml
exclude .gitlab-ci.yml
exclude .gitlab-ci-extended.yml
...
...
tox.ini
View file @
ab7cabac
[tox]
envlist
=
py3,flake8
envlist
=
py3,flake8
,check-manifest
[testenv]
deps
=
...
...
@@ -16,6 +16,13 @@ deps =
commands
=
{envpython}
-m
flake8
{toxinidir}
[testenv:check-manifest]
skip_install
=
true
deps
=
check-manifest
commands
=
{envpython}
-m
check_manifest
{toxinidir}
[pytest]
python_files
=
*test_*.py
...
...
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