3 lines
100 B
Bash
Executable file
3 lines
100 B
Bash
Executable file
#!/bin/sh
|
|
pip install -r /app/requirements-dev.txt --progress-bar off
|
|
TESTING=true python -m pytest
|