1
0
mirror of https://github.com/wting/autojump synced 2024-09-28 14:00:46 +00:00

Add make test-fast.

This commit is contained in:
William Ting 2016-04-28 22:38:00 -07:00
parent a5e4b83e82
commit 5985ce604a

View File

@ -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