mirror of
https://github.com/pallets-eco/flask-debugtoolbar.git
synced 2026-01-05 21:20:12 -06:00
10 lines
104 B
INI
10 lines
104 B
INI
[tox]
|
|
envlist = py26,py27,py33
|
|
|
|
[testenv]
|
|
deps =
|
|
pytest
|
|
Flask-SQLAlchemy
|
|
commands =
|
|
py.test
|