-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathtox.ini
32 lines (29 loc) · 909 Bytes
/
tox.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# content of: tox.ini , put in same dir as setup.py
[tox]
envlist=flake8,py27
#toxworkdir={homedir}/mso4sc
[testenv:py27]
deps =
# this fixes issue with tox installing coverage --pre
coverage==3.7.1
nose-cov
testfixtures
fabric
https://github.com/MSO4SC/cloudify-im-extension/archive/master.zip
-rdev-requirements.txt
commands=nosetests --nocapture --with-cov --cov-report term-missing --cov hpc_plugin hpc_plugin/tests {posargs}
[testenv:single_py27]
deps =
# this fixes issue with tox installing coverage --pre
coverage==3.7.1
nose-cov
testfixtures
https://github.com/cloudify-cosmo/cloudify-openstack-plugin/archive/2.9.0.zip
https://github.com/MSO4SC/cloudify-im-extension/archive/master.zip
-rrequirements-dev.txt
commands= nosetests --nocapture {posargs}
[testenv:flake8]
deps =
flake8
-rdev-requirements.txt
commands=flake8 hpc_plugin