This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
youtube-dl
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1.1k
Wiki
Activity
Browse Source
Merge remote-tracking branch 'origin/tox'
rtmp_test
Philipp Hagemeister
11 years ago
parent
8932a66e49
79cfb46d42
commit
226113c880
2 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.gitignore
+5
-0
tox.ini
+ 1
- 0
.gitignore
View File
@ -25,3 +25,4 @@ updates_key.pem
*.mp4
*.part
test/testdata
.tox
+ 5
- 0
tox.ini
View File
@ -0,0 +1,5 @@
[tox]
envlist
=
py26,py27,py33
[testenv]
deps
=
nose
commands
=
nosetests --with-coverage --cover-package=youtube_dl --cover-html --verbose test
Write
Preview
Loading…
Cancel
Save