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:
parent
0073c64e21
commit
d0e5c3c151
1 changed files with 3 additions and 5 deletions
8
tox.ini
8
tox.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue