forked from cloudmesh/client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tox.ini
38 lines (37 loc) · 1.09 KB
/
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
33
34
35
36
37
[tox]
envlist = py27
whitelist_externals = make
git
ping
ssh
mkdir
[testenv]
whitelist_externals = make
git
mkdir
ping
ssh
commands =
mkdir -p ~/.cloudmesh
mkdir -p github/cloudmesh
cd github/cloudmesh
git clone https://github.com/cloudmesh/base.git
git clone https://github.com/cloudmesh/client.git
cd base
pip install -r requirements.txt
pip install .
cd ../client
pip install -r requirements.txt
pip install -r requirements-doc.txt
pip install .
# ln -s `pwd` $(dirname `which python`)/../lib/python2
.7/site-packages/cloudmesh_client
nosetests -v --nocapture tests/test_model.py
nosetests -v --nocapture tests/test_pass.py
nosetests -v --nocapture tests/test_configdict.py
nosetests -v --nocapture tests/test_shell.py
nosetests -v --nocapture tests/test_tables.py
nosetests -v --nocapture tests/test_default.py
nosetests -v --nocapture tests/test_flatdict.py
make doc
cm help