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
open-source
yams
Commits
ea73b92315ee
Commit
bf8f9de7
authored
May 08, 2020
by
Laurent Peuch
Browse files
[tox] add a new command to test from-forge
parent
629a8d22d29b
Changes
1
Hide whitespace changes
Inline
Side-by-side
tox.ini
View file @
ea73b923
[tox]
envlist
=
py3,check-manifest,flake8,mypy,black,black-run
envlist
=
py3,
py3-from-forge,
check-manifest,flake8,mypy,black,black-run
[testenv]
basepython
=
python3
...
...
@@ -7,6 +7,16 @@ deps =
pytest
commands
=
{envpython} -m pytest {posargs:{toxinidir}/test}
[testenv:py3-from-forge]
basepython
=
python3
deps
=
pytest
hg-evolve
# to hide some warnings
commands
=
pip
install
hg+https://forge.extranet.logilab.fr/open-source/logilab-common
pip
install
hg+https://forge.extranet.logilab.fr/open-source/logilab-database
{envpython}
-m
pytest
{posargs:{toxinidir}/test}
[testenv:check-manifest]
skip_install
=
true
deps
=
...
...
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