From 241d707596b4599fd994c8634c6fa0e13320848e Mon Sep 17 00:00:00 2001 From: Konsta Vesterinen Date: Wed, 27 May 2015 13:00:52 +0300 Subject: [PATCH] Update tox --- tox.ini | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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]