view tox.ini @ 5923:96779dba8b01

tests: remove reference to removed kallithea/tests/parameterized.py The file was removed in 66c40720e7b2. I guess tests still passed because it still found the .pyc file.
author Mads Kiilerich <madski@unity3d.com>
date Tue, 17 May 2016 23:10:33 +0200
parents 6a83b399bb3c
children b2195895bbd7
line wrap: on
line source

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

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