Use more generic shebang

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