Skip to content

Commit 4a49550

Browse files
committed
Add shebang to run_tests.sh
1 parent 933838d commit 4a49550

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run_tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1+
#!/bin/bash
12
ipython -c "import nose; nose.run()"
23
# Insert breakpoints with `from nose.tools import set_trace; set_trace()`

0 commit comments

Comments
 (0)