23cac967c2
Change-Id: Id8d9fec60e0ce69b7958bc215fe4573d792086a2
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
|
|
|