summaryrefslogtreecommitdiffstats
path: root/api/tox.ini
diff options
context:
space:
mode:
authorkong wei <kong.wei2@zte.com.cn>2017-02-19 14:56:32 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-02-19 14:56:32 +0000
commitd40c048940b252b50355ea3aaf409f65edb6da5d (patch)
tree834fcca63a182ee514454ddf1f08528c20f1e675 /api/tox.ini
parent340b19bd919c42d12db1c10d1663ac501a7664f4 (diff)
parentcb244708d646a1850ccf95808045794cdc955d85 (diff)
Merge "ESCALATOR-40 add unittest framework"
Diffstat (limited to 'api/tox.ini')
-rw-r--r--api/tox.ini4
1 files changed, 1 insertions, 3 deletions
diff --git a/api/tox.ini b/api/tox.ini
index 65f48a8..f5c9d10 100644
--- a/api/tox.ini
+++ b/api/tox.ini
@@ -9,7 +9,7 @@ usedevelop = True
install_command = pip install -U {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
-commands = lockutils-wrapper python setup.py testr --slowest --testr-args='{posargs}'
+commands = python setup.py testr --slowest --testr-args='{posargs}'
whitelist_externals = bash
[tox:jenkins]
@@ -18,8 +18,6 @@ downloadcache = ~/cache/pip
[testenv:pep8]
commands =
flake8 {posargs}
- # Check that .po and .pot files are valid:
- bash -c "find escalator -type f -regex '.*\.pot?' -print0|xargs -0 -n 1 msgfmt --check-format -o /dev/null"
[testenv:cover]
setenv = VIRTUAL_ENV={envdir}