diff options
| author | Jenkins <jenkins@review.openstack.org> | 2017-01-13 14:43:44 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-01-13 14:43:44 +0000 |
| commit | f8e2cf80a1d694045907bf420b6784464f0a6c0b (patch) | |
| tree | 5657f909d1126cc0c6c441951a257e10b2521390 | |
| parent | 1880527e60d6f58e61cb2d7f650642ad3e191586 (diff) | |
| parent | 64385002eaa6192bcbcb27b696ebac74e6b35fd7 (diff) | |
| download | python-openstackclient-f8e2cf80a1d694045907bf420b6784464f0a6c0b.tar.gz | |
Merge "Install from /opt/stack/new instead of git.o.o"
| -rw-r--r-- | tox.ini | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -58,9 +58,9 @@ passenv = OS_* 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" + pip install -q -U -e /opt/stack/new/osc-lib + pip install -q -U -e /opt/stack/new/python-openstacksdk + pip install -q -U -e /opt/stack/new/os-client-config ostestr {posargs} [testenv:venv] |
