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