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
add tox configuration file for easy testing
rtmp_test
Filippo Valsorda
11 years ago
parent
00fcc17aee
commit
79cfb46d42
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