From ba1193b15ba218c5c01e7738b6b4a8218e810b0c Mon Sep 17 00:00:00 2001 From: Steven Silvester Date: Fri, 10 Oct 2014 05:17:39 -0500 Subject: [PATCH] Switch shell to bash --- tools/travis_setup.sh | 2 +- tools/travis_test.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/travis_setup.sh b/tools/travis_setup.sh index 6ab65da3..4678dafa 100755 --- a/tools/travis_setup.sh +++ b/tools/travis_setup.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/bash set -ex pip install wheel flake8 coveralls nose diff --git a/tools/travis_test.sh b/tools/travis_test.sh index 1a3a9a59..a309a32d 100755 --- a/tools/travis_test.sh +++ b/tools/travis_test.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/bash set -ex tools/header.py "Run all tests with minimum dependencies"