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
logilab-mtconverter
Commits
73b074c76429
Commit
697dc685
authored
May 12, 2020
by
Laurent Peuch
Browse files
[tests] add py3-from-forge and add it to gitlab-ci
parent
a1a0a8b43c71
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
73b074c7
...
...
@@ -6,5 +6,8 @@ before_script:
py3
:
script
:
tox -e py3
py3-from-forge
:
script
:
tox -e py3-from-forge
check-manifest
:
script
:
tox -e check-manifest
tox.ini
View file @
73b074c7
...
...
@@ -9,6 +9,16 @@ deps =
commands
=
logilab-pytest
-t
test
{posargs}
[testenv:py3-from-forge]
deps
=
pygments
pdflatex
pillow
hg-evolve
# to hide some warnings
commands
=
pip
install
hg+https://forge.extranet.logilab.fr/open-source/logilab-common
logilab-pytest
-t
test
{posargs}
[testenv:check-manifest]
skip_install
=
true
skipsdist
=
true
...
...
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