Switch shell to bash

This commit is contained in:
Steven Silvester
2014-10-11 04:58:10 -05:00
parent b594f0afa0
commit ba1193b15b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/bash
set -ex
pip install wheel flake8 coveralls nose
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/sh
#!/usr/bin/bash
set -ex
tools/header.py "Run all tests with minimum dependencies"