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