compose/script/test

5 lines
64 B
Bash
Executable File

#!/bin/sh
set -e
flake8 fig
PYTHONIOENCODING=ascii nosetests $@