File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ def run_git_command(cmd):
49
49
}
50
50
""" % (branch_nick , revid , revno ))
51
51
52
- Name = 'quantum-client '
52
+ Name = 'python-quantumclient '
53
53
Url = "https://launchpad.net/quantum"
54
54
Version = version .canonical_version_string ()
55
55
License = 'Apache License 2.0'
Original file line number Diff line number Diff line change 2
2
# split of "common" quantum code between quantum-server and quantum-client.
3
3
# Should be removed from here and setup.py once we fix that.
4
4
Paste
5
- PasteDeploy
5
+ PasteDeploy==1.5.0
6
+ python-gflags==1.3
7
+ WebOb==1.0.8
6
8
7
9
distribute>=0.6.24
8
- python-gflags
9
- webob
10
10
11
+ coverage
11
12
nose
12
13
nosexcover
13
14
pep8==0.6.1
14
- tissue
15
15
16
16
-e git+https://review.openstack.org/p/openstack-dev/openstack-nose.git#egg=openstack.nose_plugin
17
17
-e git+https://review.openstack.org/p/openstack/quantum#egg=quantum-dev
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ commands = nosetests
8
8
[testenv:pep8]
9
9
commands = pep8 --exclude =vcsversion.py,*.pyc --repeat --show-source quantum setup.py version.py
10
10
11
+ [testenv:cover]
12
+ commands = nosetests --with-coverage --cover-html --cover-erase --cover-package =quantum
13
+
11
14
[testenv:hudson]
12
15
downloadcache = ~/cache/pip
13
16
@@ -23,3 +26,6 @@ deps = file://{toxinidir}/.cache.bundle
23
26
deps = file://{toxinidir}/.cache.bundle
24
27
commands = pep8 --exclude =vcsversion.py,*.pyc --repeat --show-source quantum setup.py version.py
25
28
29
+ [testenv:jenkinscover]
30
+ deps = file://{toxinidir}/.cache.bundle
31
+ commands = nosetests --cover-erase --cover-package =quantum --with-xcoverage
You can’t perform that action at this time.
0 commit comments