mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
fix nose
This commit is contained in:
parent
912b1dbc1a
commit
d42b6d9ad7
1 changed files with 4 additions and 3 deletions
7
tox.ini
7
tox.ini
|
|
@ -1,12 +1,13 @@
|
||||||
[tox]
|
[tox]
|
||||||
envlist = py25,py26,py27
|
envlist = py26,py27
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
commands=py.test
|
commands = nosetests -s tests
|
||||||
deps =
|
deps =
|
||||||
|
nose
|
||||||
Jinja2
|
Jinja2
|
||||||
Pygments
|
Pygments
|
||||||
docutils
|
docutils
|
||||||
feedgenerator
|
feedgenerator
|
||||||
unittest2
|
unittest2
|
||||||
pytest
|
mock
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue