view tox.ini @ 5052:9dd17228c0dc

tests: avoid 'import *' in api tests
author Ronny Pfannschmidt <opensource@ronnypfannschmidt.de>
date Wed, 22 Apr 2015 01:10:29 +0200
parents 5c8c77b7ca56
children d741b99effdf
line wrap: on
line source

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


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

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