diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-11-29 11:50:30 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-11-29 11:50:30 +0000 |
commit | ac33f63b6f7f61de1e2dedcd65b18a056cd8aa81 (patch) | |
tree | 4ca8abbfa0a413fb8ea82dd578af5cf6d8795aa0 /tox.ini | |
parent | 3cc9280fe7f341b60d4a2384d7fa6e33d575a7a2 (diff) | |
parent | f01e1496ba4c520b011663b1ff634db7a668a383 (diff) |
Merge "Move test scripts to tools/"
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -13,7 +13,7 @@ whitelist_externals = /bin/bash [testenv:py27] commands = - /bin/bash ./run_tests.sh --unit + /bin/bash {toxinidir}/tools/run_tests.sh --unit [testenv:py3] basepython = python3 @@ -32,11 +32,11 @@ commands = [testenv:coverage] basepython = python3 commands = - /bin/bash ./run_tests.sh --coverage + /bin/bash {toxinidir}/tools/run_tests.sh --coverage [testenv:functional] commands = - /bin/bash ./run_tests.sh --functional + /bin/bash {toxinidir}/tools/run_tests.sh --functional [testenv:functional-py3] basepython = python3 |