This website works better with JavaScript
Home
Explore
Help
Sign In
mirrors
/
youtube-dl
mirror of
https://github.com/ytdl-org/youtube-dl.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
tox.ini: Add python 3.4
Jaime Marquínez Ferrándiz
10 years ago
parent
873383e9bd
commit
7c42327e0e
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
tox.ini
+ 1
- 1
tox.ini
View File
@@ -1,5 +1,5 @@
[tox]
-envlist = py26,py27,py33
+envlist = py26,py27,py33
,py34
[testenv]
deps =
nose