Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
M
my-spot
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
e
cloud
my-spot
Commits
3bbcfe6a
Commit
3bbcfe6a
authored
Apr 01, 2020
by
Markus Heiser
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
travis: make travis build more verbose
Signed-off-by:
Markus Heiser
<
markus.heiser@darmarit.de
>
parent
d599bdff
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
utils/makefile.python
utils/makefile.python
+5
-3
No files found.
utils/makefile.python
View file @
3bbcfe6a
...
...
@@ -124,10 +124,12 @@ quiet_cmd_pyenvuninstall = PYENV uninstall $2
quiet_cmd_virtualenv
=
PYENV usage:
$
source
./
$@
/bin/activate
cmd_virtualenv
=
\
if
[
!
-d
"
$(PY_ENV)
"
]
;
then
\
echo
"PYENV create virtualenv
$2
"
;
\
$(PYTHON)
-m
venv
$(VTENV_OPTS)
$2
;
\
else
\
echo
"PYENV using virtualenv from
$2
"
;
\
fi
fi
;
\
echo
"commands available at
$(PY_ENV_BIN)
:"
;
ls
$(PY_ENV_BIN)
|
$(FMT)
;
# $2 path to lint
quiet_cmd_pylint
=
LINT
$@
...
...
@@ -205,8 +207,8 @@ pyclean:
pyenv
:
$(PY_ENV)
$(PY_ENV)
:
python-exe
$(
call
cmd,virtualenv,
$(PY_ENV)
)
@
$(PY_ENV_BIN)
/pip
install
$(PIP_VERBOSE)
-U
wheel pip setuptools
@
$(PY_ENV_BIN)
/
pip
install
$(PIP_VERBOSE)
-r
requirements.txt
$(Q)$(PY_ENV_BIN)
/python
-m
pip
install
$(PIP_VERBOSE)
-U
pip
wheel pip setuptools
$(Q)$(PY_ENV_BIN)
/python
-m
pip
install
$(PIP_VERBOSE)
-r
requirements.txt
PHONY
+=
pylint-exe
pylint-exe
:
$(PY_ENV)
...
...
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