aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
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 /tox.ini
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 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 2d71340..9c4e4a3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -9,5 +9,6 @@ passenv = HOME
defaultargs = 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
commands = nosetests --verbose {posargs:{[testenv]defaultargs}} # --with-coverage --cover-package=youtube_dl --cover-html
# test.test_download:TestDownload.test_NowVideo