summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYu-Jie Lin <livibetter@gmail.com>2013-11-23 18:30:48 +0800
committerYu-Jie Lin <livibetter@gmail.com>2013-11-23 18:30:48 +0800
commitdd0b152c0d664eb33b9e25748eab50d2e2a7a45a (patch)
tree888fe82c7cc555358eb15c9b167d060fa8ad3f30 /Makefile
parent3a91ce8dfee161eaeb38d637305c0ef54ebdafdf (diff)
downloadsmartypants-dd0b152c0d664eb33b9e25748eab50d2e2a7a45a.tar.gz
add isort test
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b8b6c32..cdd8ed7 100644
--- a/Makefile
+++ b/Makefile
@@ -54,7 +54,7 @@ smartypants_command.py: smartypants
# ============================================================================
-test: test_pep8 test_pyflakes test_test install_test
+test: test_isort test_pep8 test_pyflakes test_test install_test
test_%:
@echo '========================================================================================='