aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorRoss Brattain <ross.b.brattain@intel.com>2017-11-29 11:50:30 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-11-29 11:50:30 +0000
commitac33f63b6f7f61de1e2dedcd65b18a056cd8aa81 (patch)
tree4ca8abbfa0a413fb8ea82dd578af5cf6d8795aa0 /tox.ini
parent3cc9280fe7f341b60d4a2384d7fa6e33d575a7a2 (diff)
parentf01e1496ba4c520b011663b1ff634db7a668a383 (diff)
Merge "Move test scripts to tools/"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 3 insertions, 3 deletions
diff --git a/tox.ini b/tox.ini
index ed2fd4a7d..9a82878b0 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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