Keep consistent with calling convention

This commit is contained in:
Steven Silvester
2014-10-11 04:58:10 -05:00
parent e146c3eea5
commit d3172b3350
+2 -2
View File
@@ -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