Added standard dep on py because some extensions might use py.test and the default available version is on the wrong python path

This commit is contained in:
Armin Ronacher 2010-07-26 02:52:05 +02:00
parent c468ad0bfe
commit 6aeb6a09af
1 changed files with 3 additions and 1 deletions

View File

@ -200,7 +200,9 @@ tox_template = """[tox]
envlist=%(env)s
[testenv]
deps=%(deps)s
deps=
%(deps)s
py
commands=bash flaskext-runtest.sh {envlogdir}/test.log
downloadcache=%(cache)s
"""