matchy/bin/test.sh

7 lines
124 B
Bash
Raw Normal View History

#!/usr/bin/env bash
# Check formatting and linting
flake8 --max-line-length 120 $(git ls-files '*.py')
# Run pytest
pytest