From 0d0ac506b64bb00e91d7cd504d6656d627121e2a Mon Sep 17 00:00:00 2001 From: tdruez Date: Tue, 13 Feb 2018 11:34:50 -0700 Subject: [PATCH] Add bin/ prefix for the pip and about-code commands #24 Signed-off-by: Thomas Druez --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index afd1a50..a979755 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,8 +17,8 @@ install: - ./configure before_script: - - pip install aboutcode-toolkit - - about-code check --show-all . + - bin/pip install aboutcode-toolkit + - bin/about-code check --show-all . script: - "bin/py.test -vvs"