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
cd8880e9707f
Commit
a31c07eb
authored
May 23, 2020
by
Laurent Peuch
Browse files
[tox/fix] missing -U in pip install in from-forge
parent
07748fec9757
Pipeline
#8050
passed with stages
in 5 minutes and 10 seconds
Changes
1
Pipelines
7
Show whitespace changes
Inline
Side-by-side
tox.ini
View file @
cd8880e9
...
@@ -16,7 +16,7 @@ deps =
...
@@ -16,7 +16,7 @@ deps =
pillow
pillow
hg-evolve
# to hide some warnings
hg-evolve
# to hide some warnings
commands
=
commands
=
pip
install
hg+https://forge.extranet.logilab.fr/open-source/logilab-common
pip
install
-U
hg+https://forge.extranet.logilab.fr/open-source/logilab-common
logilab-pytest
-t
test
{posargs}
logilab-pytest
-t
test
{posargs}
[testenv:check-manifest]
[testenv: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