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
Speed up testing (<10s instead of 25s)
rtmp_test
Philipp Hagemeister
12 years ago
parent
2c6945be30
commit
4b618047ce
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
.travis.yml
+ 2
- 1
.travis.yml
View File
@ -3,10 +3,11 @@ python:
-
"2.6"
-
"2.7"
# - "3.3"
script
:
nosetests test --verbose
script
:
nosetests test --verbose
--processes 4
notifications:
email:
-
filippo.valsorda@gmail.com
-
phihag@phihag.de
irc:
channels:
-
"irc.freenode.org#youtube-dl"
Write
Preview
Loading…
Cancel
Save