1
0
Fork 0
forked from github/pelican

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 committed by Alexis Métaireau
commit d0e5c3c151

View file

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