9 lines
124 B
INI
9 lines
124 B
INI
[tox]
|
|
envlist = py26, py27, py33, py34
|
|
|
|
[testenv]
|
|
commands = py.test {posargs}
|
|
deps =
|
|
SQLAlchemy==1.0.4
|
|
.[test_all]
|