Makefile 78 B

1234567
  1. clean:
  2. find . -name "*.pyc" |xargs rm || true
  3. test: clean
  4. py.test -x test