Shell script is executable but lacked a shebang
This commit is contained in:
parent
e1be2f9055
commit
71f885dab1
|
@ -1,3 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
export PYTHONPATH=.;
|
export PYTHONPATH=.;
|
||||||
pip install -e .
|
pip install -e .
|
||||||
py.test jellyfish/test.py --cov jellyfish --cov-report html
|
py.test jellyfish/test.py --cov jellyfish --cov-report html
|
||||||
|
|
Loading…
Reference in New Issue