Shell script is executable but lacked a shebang

This commit is contained in:
Dimitri Papadopoulos 2021-12-09 11:33:58 +01:00
parent e1be2f9055
commit 71f885dab1
No known key found for this signature in database
GPG Key ID: 95998121D9D25F5D
1 changed files with 2 additions and 0 deletions

View File

@ -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