diff options
author | Filippo Valsorda <filippo.valsorda@gmail.com> | 2013-10-05 16:08:48 -0400 |
---|---|---|
committer | Filippo Valsorda <filippo.valsorda@gmail.com> | 2013-10-05 16:08:48 -0400 |
commit | 79cfb46d42cf0cd296acf7f0689d2ad4b2e7f971 (patch) | |
tree | 5d36c02bedf930a072c9f605da0c3e6227bb411b /tox.ini | |
parent | 00fcc17aeeab11ce694699bf183d33a3af75aab6 (diff) |
add tox configuration file for easy testing
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini new file mode 100644 index 000000000..53b461fdb --- /dev/null +++ b/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 |