From d3172b33501bb6cbf8b8afad6c831991ac866d72 Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Fri, 10 Oct 2014 06:12:38 -0500 Subject: [PATCH] Keep consistent with calling convention --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a2fe2e84..028796fa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ before_install: - export WHEELHOUSE="--no-index --find-links=http://wheels.scikit-image.org/" - - ./tools/travis_setup.sh + - tools/travis_setup.sh install: - tools/header.py "Dependency versions" @@ -30,7 +30,7 @@ install: - python setup.py build_ext --inplace script: - - ./tools/travis_test.sh + - tools/travis_test.sh after_success: - coveralls