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"