install: echo ">>> Installing dependencies" pip install --upgrade pip pip install -r requirements.txt test: python -m pytest -v