blob: c6262ed5e61f139d1ec1d469c06a8c4701dcb3c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
[tox]
minversion = 2.3.1
envlist = py34
skipsdist = True
[testenv]
usedevelop = True
install_command = pip install \
-chttps://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata \
{opts} {packages}
setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/requirements.txt
passenv =
OS_AUTH_URL
OS_USERNAME
OS_PASSWORD
OS_USER_DOMAIN_NAME
OS_PROJECT_NAME
OS_TENANT_NAME
OS_PROJECT_DOMAIN_NAME
IMAGE_NAME
VM_COUNT
PROFILER_TYPE
PYTHON_ENABLE
CI_DEBUG
changedir = {toxinidir}/tests
commands = doctor-test
|