view tox.ini @ 5868:5ac263d4ae6c

spelling: thingy
author timeless@gmail.com
date Tue, 03 May 2016 12:16:35 +0000
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}