Update tox

This commit is contained in:
Konsta Vesterinen
2015-05-27 13:00:52 +03:00
parent 0153bcc536
commit 241d707596

View File

@@ -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]