Files
deb-python-sqlalchemy-utils/tox.ini
Konsta Vesterinen 241d707596 Update tox
2015-05-27 13:00:52 +03:00

9 lines
124 B
INI

[tox]
envlist = py26, py27, py33, py34
[testenv]
commands = py.test {posargs}
deps =
SQLAlchemy==1.0.4
.[test_all]