aboutsummaryrefslogtreecommitdiff
path: root/tools/binman/README
diff options
context:
space:
mode:
authorTom Rini2018-07-06 10:27:14 -0600
committerSimon Glass2018-07-09 09:11:00 -0600
commit16d836cd6fa0d22e24fa2340df08e6d6d80c5107 (patch)
treea6cb369eade526c6ae9d3c8286721d5452b3a929 /tools/binman/README
parent31e60ffa05b0952be3df8f584155567afdee50bd (diff)
binman: Switch to 'python-coverage'
The most portable way to get access to coverage is to invoke it as 'python-coverage'. Cc: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com> Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/binman/README')
-rw-r--r--tools/binman/README3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/binman/README b/tools/binman/README
index 22f21bc5b44..f74e39242f6 100644
--- a/tools/binman/README
+++ b/tools/binman/README
@@ -583,8 +583,7 @@ implementations target 100% test coverage. Run 'binman -T' to check this.
To enable Python test coverage on Debian-type distributions (e.g. Ubuntu):
- $ sudo apt-get install python-pip python-pytest
- $ sudo pip install coverage
+ $ sudo apt-get install python-coverage python-pytest
Advanced Features / Technical docs