diff options
| author | Steve Martinelli <s.martinelli@gmail.com> | 2017-01-11 11:21:21 -0500 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2017-01-11 18:56:07 +0000 |
| commit | d98b72c245a71ce289a7e18069fabfc433893914 (patch) | |
| tree | 1f83c0f49ac27ae32bdd636ea1dae504b022465b /tox.ini | |
| parent | 89b7488d2f96ff179bba4b95a0c63dda3ed1b249 (diff) | |
| download | python-openstackclient-d98b72c245a71ce289a7e18069fabfc433893914.tar.gz | |
add support for running tests with master dependencies
we can create a new infra job that points to the new test hook,
which should install the master version of the SDK, osc-lib
and os-client-config.
Change-Id: Ib6391893b2302bdc514525d5ddda886fe8c60100
Diffstat (limited to 'tox.ini')
| -rw-r--r-- | tox.ini | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -54,6 +54,15 @@ commands = setenv = OS_TEST_PATH=./openstackclient/tests/functional passenv = OS_* +[testenv:functional-tips] +setenv = OS_TEST_PATH=./openstackclient/tests/functional +passenv = OS_* +commands = + pip install -q -U -e "git+https://git.openstack.org/openstack/osc-lib.git#egg=osc_lib" + pip install -q -U -e "git+https://git.openstack.org/openstack/python-openstacksdk.git#egg=python_openstacksdk" + pip install -q -U -e "git+https://git.openstack.org/openstack/os-client-config.git#egg=os_client_config" + ostestr {posargs} + [testenv:venv] commands = {posargs} |
