pelican/tox.ini
tBunnyMan 566530ca18 Add the unit2 tests to tox
Remove unnecessary dependencies
These dependencies are installed when tox runs setup.py
2012-09-02 17:15:55 -07:00

13 lines
163 B
INI

[tox]
envlist = py26,py27
[testenv]
commands =
nosetests -s tests
unit2 discover []
deps =
nose
unittest2
mock
Markdown
BeautifulSoup