Files
deb-python-sqlalchemy-utils/tox.ini
2014-09-09 16:05:55 +03:00

10 lines
176 B
INI

[tox]
envlist = py26, py27, py33, py34
[testenv]
commands = pip install -e ".[test]"
py.test
install_command = pip install {packages}
deps =
SQLAlchemy==0.9.3