diff options
author | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2016-06-22 16:12:02 +0200 |
---|---|---|
committer | Wojciech Siewierski <wojciech.siewierski@onet.pl> | 2016-06-22 16:20:57 +0200 |
commit | db6866797bd91b8dde8ecd535ab1a490a1d200db (patch) | |
tree | 39103910192067d675fcd046e46609f6743d9690 /Makefile | |
parent | bedfed3db77ecaafdb86e9e4847c7bb6ddc2563d (diff) | |
download | ranger-db6866797bd91b8dde8ecd535ab1a490a1d200db.tar.gz |
Enable Travis-CI
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
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 \ |