view tox.ini @ 994:16ccaf7389d5 trunk

Fix text template inclusion tests so they work under Windows (being careful so that they still work under Python 3.x).
author hodgestar
date Sat, 26 Jan 2013 16:24:33 +0000
parents 59f5a8345780
children 34cf6abaa6e7
line wrap: on
line source
[tox]
envlist = py25,py26,py27,py32,py33,pypy
[testenv]
deps=
setenv=
    PYTHONHASHSEED=0
commands=
    python setup.py test
Copyright (C) 2012-2017 Edgewall Software