Browse Source

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

pull/112/head
Armin Ronacher 15 years ago
parent
commit
6aeb6a09af
  1. 4
      tests/flaskext_test.py

4
tests/flaskext_test.py

@ -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
"""

Loading…
Cancel
Save