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
juga
sbws
Commits
b8fcc303
Commit
b8fcc303
authored
Oct 08, 2018
by
juga
Browse files
Remove custom install command with dependency_links
since stem 1.7.0 is released and there is no need for it anymore
parent
d34e7827
Changes
1
Hide whitespace changes
Inline
Side-by-side
tox.ini
View file @
b8fcc303
...
...
@@ -9,8 +9,8 @@ python =
[testenv]
# install_command can be removed when --process-dependency-links is not
# needed anymore, and this section
un
commented
install_command
=
pip install
--process-dependency-links
{opts} {packages}
# needed anymore, and this section commented
#
install_command = pip install {opts} {packages}
# test that it can be installed with custom commands and clean env
[testenv:inst]
...
...
@@ -18,7 +18,7 @@ skip_install = True
commands
=
# this will fail until --process-dependency-links is not needed
# it needs to be commented since error code will be still 1
#
- pip install .
-
pip
install
.
ignore_errors
=
True
recreate
=
True
...
...
@@ -26,7 +26,7 @@ recreate = True
skip_install
=
True
# this will fail until --process-dependency-links is not needed
# it needs to be commented since error code will be still 1
#
commands = python setup.py install
commands
=
python setup.py install
recreate
=
True
[testenv:unit]
...
...
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