mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Add the unit2 tests to tox
Remove unnecessary dependencies These dependencies are installed when tox runs setup.py
This commit is contained in:
parent
8dcc503bc0
commit
566530ca18
1 changed files with 3 additions and 5 deletions
8
tox.ini
8
tox.ini
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue