This commit is contained in:
parent
7ad9df8f78
commit
2ea94861c2
@ -1,7 +1,5 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
python3 -m pip install pipenv
|
||||
pipenv run ./install.sh
|
||||
pipenv run python3 app/simple.py & PID=$!
|
||||
pipenv run python3 -m pytest tests/test_hov.py --verbose --show-capture=all
|
||||
kill -9 $PID
|
||||
|
Loading…
Reference in New Issue
Block a user