From: Yen Chi Hsuan Date: Thu, 3 Mar 2016 13:57:49 +0000 (+0800) Subject: [Makefile] Allow specifying the Python version in offline tests X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=youtube-dl;a=commitdiff_plain;h=1b0635aba3ded1142ff3f2b1c4bd67fb0cb3d6ae [Makefile] Allow specifying the Python version in offline tests --- diff --git a/Makefile b/Makefile index afd7f4032..e98806791 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ test: ot: offlinetest offlinetest: codetest - nosetests --verbose test --exclude test_download.py --exclude test_age_restriction.py --exclude test_subtitles.py --exclude test_write_annotations.py --exclude test_youtube_lists.py --exclude test_iqiyi_sdk_interpreter.py + $(PYTHON) -m nose --verbose test --exclude test_download.py --exclude test_age_restriction.py --exclude test_subtitles.py --exclude test_write_annotations.py --exclude test_youtube_lists.py --exclude test_iqiyi_sdk_interpreter.py tar: youtube-dl.tar.gz