c2659a7917
Change-Id: I3d1a7ac803e9102cac67d9f08cf8db72b7bd554e
12 lines
146 B
INI
12 lines
146 B
INI
[tox]
|
|
minversion = 1.6
|
|
skipsdist = True
|
|
envlist = py27,py33,py34
|
|
|
|
[testenv:venv]
|
|
commands = {posargs}
|
|
|
|
[tox:jenkins]
|
|
downloadcache = ~/cache/pip
|
|
|