More scripts support
This commit is contained in:
@@ -4,5 +4,8 @@
|
||||
|
||||
if [ -d venv ]; then
|
||||
source venv/bin/activate
|
||||
elif [ -f requirements.txt ]; then
|
||||
python3 -m venv venv
|
||||
venv/bin/python3 -m pip install -r requirements.txt
|
||||
fi
|
||||
python3 -m pytest
|
||||
|
Reference in New Issue
Block a user