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