Files
python-uncompyle6/pytest/Makefile
2015-12-15 17:58:38 -05:00

8 lines
88 B
Makefile

PHONY=check test pytest
PYTHON ?= python
#: Run all tests
test check pytest:
py.test