forked from github/pelican
13 lines
163 B
INI
13 lines
163 B
INI
[tox]
|
|
envlist = py26,py27
|
|
|
|
[testenv]
|
|
commands =
|
|
nosetests -s tests
|
|
unit2 discover []
|
|
deps =
|
|
nose
|
|
unittest2
|
|
mock
|
|
Markdown
|
|
BeautifulSoup
|