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
correcting travis
rtmp_test
gcmalloc
12 years ago
parent
591bbe9c90
commit
6b41b61119
1 changed files
with
3 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-1
.travis.yml
+ 3
- 1
.travis.yml
View File
@ -3,5 +3,7 @@ language: python
python:
-
"2.6"
-
"2.7"
#command to install the setup
install:
# command to run tests
script
:
nosetests tests
script
:
nosetests test
--nocapture
Write
Preview
Loading…
Cancel
Save