forked from orbit-oss/flask
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
1 changed files with 3 additions and 1 deletions
|
|
@ -200,7 +200,9 @@ tox_template = """[tox]
|
||||||
envlist=%(env)s
|
envlist=%(env)s
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps=%(deps)s
|
deps=
|
||||||
|
%(deps)s
|
||||||
|
py
|
||||||
commands=bash flaskext-runtest.sh {envlogdir}/test.log
|
commands=bash flaskext-runtest.sh {envlogdir}/test.log
|
||||||
downloadcache=%(cache)s
|
downloadcache=%(cache)s
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue