view tox.ini @ 977:8453949a5f7d stable-0.7.x

Add Python 2 trove classifier so it's clear that Python 2 is still supported.
author hodgestar
date Sun, 30 Dec 2012 14:39: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