aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYen Chi Hsuan <yan12125@gmail.com>2016-04-23 21:30:44 +0800
committerYen Chi Hsuan <yan12125@gmail.com>2016-05-10 14:51:38 +0800
commit72f3289ac48d8dbfe1ee3fd2d82a23f1bff045df (patch)
treebc1b090fa50a26ae61532df8e07345a9144edfcd /Makefile
parent71aff18809a70b7fa32d8fd07f4fb2f64641aea5 (diff)
downloadyoutube-dl-72f3289ac48d8dbfe1ee3fd2d82a23f1bff045df.zip
youtube-dl-72f3289ac48d8dbfe1ee3fd2d82a23f1bff045df.tar.gz
youtube-dl-72f3289ac48d8dbfe1ee3fd2d82a23f1bff045df.tar.bz2
[test/test_socks] Add tests for SOCKS proxies
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c9ce216..5d7cd5a 100644
--- a/Makefile
+++ b/Makefile
@@ -37,7 +37,7 @@ test:
ot: offlinetest
offlinetest: codetest
- $(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
+ $(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 --exclude test_socks.py
tar: youtube-dl.tar.gz