summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-10-14 10:06:41 +0000
committerGerrit Code Review <review@openstack.org>2013-10-14 10:06:41 +0000
commita1dba8a4cbbd8bea8826cb979cebc37cdb25f377 (patch)
treec40a33b91ecc4db870daa19a524b0275fac4706d /tox.ini
parent678a5cb30ac39b7cdf84de09ed8698acf349d448 (diff)
parent3dbb31b81a85125fd97d96161e087acd5dc364f9 (diff)
downloadhorizon-a1dba8a4cbbd8bea8826cb979cebc37cdb25f377.tar.gz
Merge "Run flake8 tests automatically on ./run_tests.sh"
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 24b8fa940..f90d063ac 100644
--- a/tox.ini
+++ b/tox.ini
@@ -10,7 +10,7 @@ setenv = VIRTUAL_ENV={envdir}
NOSE_OPENSTACK_SHOW_ELAPSED=1
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
-commands = /bin/bash run_tests.sh -N
+commands = /bin/bash run_tests.sh -N --no-pep8
[testenv:pep8]
commands = /bin/bash run_tests.sh -N --pep8
@@ -19,12 +19,12 @@ commands = /bin/bash run_tests.sh -N --pep8
commands = {posargs}
[testenv:cover]
-commands = /bin/bash run_tests.sh -N --coverage
+commands = /bin/bash run_tests.sh -N --no-pep8 --coverage
[testenv:py27dj14]
basepython = python2.7
commands = pip install django==1.4
- /bin/bash run_tests.sh -N
+ /bin/bash run_tests.sh -N --no-pep8
[tox:jenkins]
downloadcache = ~/cache/pip