view tox.ini @ 5954:8075ec3d0233

docs: restructure Kallithea upgrade instructions This creates a separate "Upgrading Kallithea" section, instead of trying (and failing) to repeat the same information for each installation page. Trying to maintain upgrade instructions for each installation method was perhaps overly ambitious. In practice, only the Linux instructions were up-to-date. (Incidentally, this is kind of a throwback to Kallithea 0.1, which also had a separate upgrade section.)
author Søren Løvborg <sorenl@unity3d.com>
date Mon, 23 May 2016 19:14:48 +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}