Skip to content

Commit 37455d7

Browse files
committed
Add shortcut to tests run
1 parent a1423ae commit 37455d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ clean:
1313
travis:
1414
rake test
1515

16-
.PHONY: test
16+
.PHONY: test t
1717
test:
1818
bundle install
1919
rm -rf $(CURDIR)/.ropeproject
2020
rake test
21+
t: test
2122

2223
.PHONY: pylama
2324
pylama:

0 commit comments

Comments
 (0)