FitTrackee/docker/test-python.sh

7 lines
69 B
Bash
Raw Normal View History

#!/bin/bash
set -e
cd /usr/src/app
source .env
pytest fittrackee $*