Add make test-fast.

pull/412/head
William Ting 8 years ago
parent a5e4b83e82
commit 5985ce604a

@ -41,3 +41,7 @@ tar:
test: lint
@find . -type f -iname "*.pyc" -delete
tox
test-fast:
@find . -type f -iname "*.pyc" -delete
tox -e py27

Loading…
Cancel
Save