Edgewall Software

source: trunk/tox.ini

Last change on this file was 1253, checked in by hodgestar, 10 years ago

Add Python 3.4 to tox environment list.

File size: 131 bytes
RevLine 
[1197]1[tox]
[1253]2envlist = py25,py26,py27,py32,py33,py34,pypy
[1197]3[testenv]
4deps=
5setenv=
6    PYTHONHASHSEED=0
7commands=
8    python setup.py test
Note: See TracBrowser for help on using the repository browser.