1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-06-07 21:33:52 +08:00

Also run tests with python 3.5

This commit is contained in:
Jaime Marquínez Ferrándiz
2015-09-25 22:34:02 +02:00
committed by dabiboo
Unverified
parent 0dd48e5088
commit dda1127d60
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -5,6 +5,7 @@ python:
- "3.2"
- "3.3"
- "3.4"
- "3.5"
sudo: false
script: nosetests test --verbose
notifications:
+1 -1
View File
@@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,py33,py34
envlist = py26,py27,py33,py34,py35
[testenv]
deps =
nose