Edgewall Software

source: tags/0.7.0/tox.ini

Last change on this file was 1197, checked in by hodgestar, 11 years ago

Add tox file for running tests against supported Python versions.

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