Files
deb-python-sqlalchemy-utils/tox.ini
Konsta Vesterinen c23b5dc0ae Raise SA dep to 0.9.3
2014-02-20 13:28:06 +02:00

10 lines
170 B
INI

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