8f92bdebbc
Caching is enabled by default from pip version 6.0 More info: https://testrun.org/tox/latest/config.html#confval-downloadcache=path https://pip.pypa.io/en/stable/reference/pip_install/#caching Change-Id: I014bd6059d87181d60be453d666b5bea82ca3439
9 lines
103 B
INI
9 lines
103 B
INI
[tox]
|
|
minversion = 1.6
|
|
skipsdist = True
|
|
envlist = py27,py33,py34
|
|
|
|
[testenv:venv]
|
|
commands = {posargs}
|
|
|