Repository URL to install this package:
|
Version:
297.0.1-0 ▾
|
google-cloud-sdk
/
usr
/
lib
/
google-cloud-sdk
/
platform
/
gsutil
/
third_party
/
fasteners
/
tox.ini
|
|---|
[tox]
minversion = 1.6
envlist = py34,py26,py27
skipsdist = True
[testenv]
usedevelop = True
install_command = pip install -U {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/test-requirements.txt
commands = nosetests {posargs}
[testenv:venv]
commands = {posargs}