summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorWojciech Siewierski <wojciech.siewierski@onet.pl>2016-06-22 16:12:02 +0200
committerWojciech Siewierski <wojciech.siewierski@onet.pl>2016-06-22 16:20:57 +0200
commitdb6866797bd91b8dde8ecd535ab1a490a1d200db (patch)
tree39103910192067d675fcd046e46609f6743d9690 /Makefile
parentbedfed3db77ecaafdb86e9e4847c7bb6ddc2563d (diff)
downloadranger-db6866797bd91b8dde8ecd535ab1a490a1d200db.tar.gz
Enable Travis-CI
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5de061ff..870901da 100644
--- a/Makefile
+++ b/Makefile
@@ -66,7 +66,7 @@ test:
 		echo "Testing $$FILE..."; \
 		RANGER_DOCTEST=1 PYTHONPATH=".:"$$PYTHONPATH ${PYTHON} $$FILE; \
 	done
-	@if type -t py.test > /dev/null; then \
+	@if type py.test > /dev/null; then \
 		echo "Running py.test tests..."; \
 		py.test tests; \
 	else \