Files @ 3c4b6ddf6735
Branch filter:

Location: kallithea/tox.ini

Mads Kiilerich
setup: upgrade SQLAlchemy to 1.0.x series

Tested and reviewed with 1.0.13.
[tox]
minversion = 1.8
envlist = py{26,27}-pytest

[testenv]
setenv =
    PYTHONHASHSEED = 0
deps =
    pytest: pytest
commands =
    pytest: py.test {posargs}