Add shebang lines

This commit is contained in:
Steven Silvester
2014-10-09 19:48:50 -05:00
parent 4233e9fb3a
commit b1f7bd8133
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
#!/usr/bin/sh
./header.py "Run all tests with minimum dependencies"
nosetests --exe -v skimage
+1
View File
@@ -1,3 +1,4 @@
#!/usr/bin/sh
travis_retry pip install wheel flake8 coveralls nose
# on Python 2.7, use the system versions of numpy, scipy, and matplotlib