~ubuntu-branches/ubuntu/quantal/keystone/quantal-security

« back to all changes in this revision

Viewing changes to tox.ini

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-06-22 12:27:50 UTC
  • mto: (35.1.1 quantal-proposed)
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: package-import@ubuntu.com-20120622122750-4urdq17en1990apn
Tags: upstream-2012.2~f2~20120622.2353
ImportĀ upstreamĀ versionĀ 2012.2~f2~20120622.2353

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
[testenv]
5
5
setenv = VIRTUAL_ENV={envdir}
 
6
         NOSE_WITH_OPENSTACK=1
 
7
         NOSE_OPENSTACK_COLOR=1
 
8
         NOSE_OPENSTACK_RED=0.05
 
9
         NOSE_OPENSTACK_YELLOW=0.025
 
10
         NOSE_OPENSTACK_SHOW_ELAPSED=1
 
11
         NOSE_OPENSTACK_STDOUT=1
6
12
deps = -r{toxinidir}/tools/pip-requires
7
13
       -r{toxinidir}/tools/test-requires
8
14
commands = bash run_tests.sh -N --no-pep8
9
15
 
10
16
[testenv:pep8]
11
 
deps = pep8
 
17
deps = pep8==1.1
12
18
commands = pep8 --exclude=vcsversion.py,*.pyc --repeat --show-source bin keystone setup.py
13
19
 
14
 
[testenv:hudson]
 
20
[tox:jenkins]
15
21
downloadcache = ~/cache/pip
16
22
 
17
23
[testenv:cover]
19
25
 
20
26
[testenv:venv]
21
27
commands = {posargs}
22
 
 
23
 
[testenv:jenkins26]
24
 
basepython = python2.6
25
 
deps = file://{toxinidir}/.cache.bundle
26
 
 
27
 
[testenv:jenkins27]
28
 
basepython = python2.7
29
 
deps = file://{toxinidir}/.cache.bundle
30
 
 
31
 
[testenv:jenkinscover]
32
 
deps = file://{toxinidir}/.cache.bundle
33
 
commands = /bin/bash run_tests.sh -N -P --with-xcover --cover-erase --cover-package=keystone
34
 
 
35
 
[testenv:jenkinsvenv]
36
 
deps = file://{toxinidir}/.cache.bundle
37
 
commands = {posargs}