python-whois/tox.ini
Ziad Sawalha 6bf9904e15 Add support for tox
Run 'tox' to test against python 2.6, 2.7, and 3.3
2014-03-22 11:43:42 -05:00

8 lines
124 B
INI

[tox]
envlist = py26,py27,py33
[testenv]
usedevelop = True
setenv = VIRTUAL_ENV={envdir}
commands = python test.py run all