diff --git a/tox.ini b/tox.ini index 31e939b..de28324 100644 --- a/tox.ini +++ b/tox.ini @@ -2,8 +2,7 @@ envlist = py26, py27, py33, py34 [testenv] -commands = pip install -e ".[test]" - py.test -install_command = pip install {packages} +commands = py.test {posargs} deps = - SQLAlchemy==0.9.3 + SQLAlchemy==1.0.4 + .[test_all]