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
Also run tests with python 3.5
totalwebcasting
Jaime Marquínez Ferrándiz
9 years ago
parent
4c917d0314
commit
08bea4adde
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.travis.yml
+1
-1
tox.ini
+ 1
- 0
.travis.yml
View File
@ -5,6 +5,7 @@ python:
-
"3.2"
-
"3.3"
-
"3.4"
-
"3.5"
sudo
:
false
script
:
nosetests test --verbose
notifications:
+ 1
- 1
tox.ini
View File
@ -1,5 +1,5 @@
[tox]
envlist
=
py26,py27,py33,py34
envlist
=
py26,py27,py33,py34
,py35
[testenv]
deps
=
nose
Write
Preview
Loading…
Cancel
Save