mirror of
https://github.com/joepie91/python-whois.git
synced 2026-02-03 18:50:42 -06:00
8 lines
124 B
INI
8 lines
124 B
INI
[tox]
|
|
envlist = py26,py27,py33
|
|
|
|
[testenv]
|
|
usedevelop = True
|
|
setenv = VIRTUAL_ENV={envdir}
|
|
commands = python test.py run all
|