Files
deb-python-sqlalchemy-utils/tox.ini
Konsta Vesterinen de9a794375 Add tox.ini
2014-02-11 09:14: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.2