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
postgis
Commits
c3f7727a317a
Commit
ab4cbefa
authored
Jun 27, 2019
by
Philippe Pepiot
Browse files
tox: add a check-manifest testenv
parent
f99ecd60ee65
Changes
1
Hide whitespace changes
Inline
Side-by-side
tox.ini
View file @
c3f7727a
[tox]
envlist
=
py27, py3, flake8
envlist
=
py27, py3, flake8
, check-manifest
[testenv]
deps
=
...
...
@@ -14,6 +14,13 @@ deps =
flake8
commands
=
flake8
[testenv:check-manifest]
skip_install
=
true
deps
=
check-manifest
commands
=
{envpython}
-m
check_manifest
{toxinidir}
[flake8]
exclude
=
migration/*,setup.py,.tox/*
max-line-length
=
100
...
...
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