Explorar o código

Merge remote-tracking branch 'origin/tox'

Philipp Hagemeister %!s(int64=12) %!d(string=hai) anos
pai
achega
226113c880
Modificáronse 2 ficheiros con 6 adicións e 0 borrados
  1. 1 0
      .gitignore
  2. 5 0
      tox.ini

+ 1 - 0
.gitignore

@@ -25,3 +25,4 @@ updates_key.pem
 *.mp4
 *.part
 test/testdata
+.tox

+ 5 - 0
tox.ini

@@ -0,0 +1,5 @@
+[tox]
+envlist = py26,py27,py33
+[testenv]
+deps = nose
+commands = nosetests --with-coverage --cover-package=youtube_dl --cover-html --verbose test