10 lines
170 B
INI
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
|