view tox.ini @ 5060:778f7ae3b6eb

docs: add a reference to https://github.com/shazow/sqlalchemygrate for migration from sqlite to other dbs
author Anatoly Bubenkov <bubenkoff@gmail.com>
date Wed, 22 Apr 2015 14:57:12 +0000
parents d741b99effdf
children 8c1258f69892
line wrap: on
line source

[pytest]
norecursedirs = kallithea/tests/scripts .tox .eggs

[tox]
envlist = py{26,27}-{pytest,nose}

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