Add the unit2 tests to tox

Remove unnecessary dependencies
These dependencies are installed when tox runs setup.py
This commit is contained in:
tBunnyMan 2012-09-02 15:18:46 -07:00
commit 566530ca18

View file

@ -2,13 +2,11 @@
envlist = py26,py27 envlist = py26,py27
[testenv] [testenv]
commands = nosetests -s tests commands =
nosetests -s tests
unit2 discover []
deps = deps =
nose nose
Jinja2
Pygments
docutils
feedgenerator
unittest2 unittest2
mock mock
Markdown Markdown