mirror of https://github.com/pallets/flask.git
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:
parent
c468ad0bfe
commit
6aeb6a09af
|
|
@ -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…
Reference in New Issue