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]
|
||||
envlist = py25,py26,py27
|
||||
envlist = py26,py27
|
||||
|
||||
[testenv]
|
||||
commands=py.test
|
||||
commands = nosetests -s tests
|
||||
deps =
|
||||
nose
|
||||
Jinja2
|
||||
Pygments
|
||||
docutils
|
||||
feedgenerator
|
||||
unittest2
|
||||
pytest
|
||||
mock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue