forked from cloudmesh/client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
49 lines (42 loc) · 1.14 KB
/
.travis.yml
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
38
39
40
41
42
43
44
45
46
47
48
49
notifications:
email:
git:
submodules: false
virtualenv:
system_site_packages: true
#os:
# - linux
# - osx
language: python
python:
- "2.7"
install:
- pip install --upgrade pip
- pip --version
- mkdir ~/.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
script:
- nosetests -v --nocapture tests/test_pass.py
- nosetests -v --nocapture tests/test_configdict.py
- nosetests -v --nocapture tests/test_default.py
- nosetests -v --nocapture tests/test_flatdict.py
- nosetests -v --nocapture tests/test_model.py
- nosetests -v --nocapture tests/test_shell.py
- nosetests -v --nocapture tests/test_tables.py
- make doc
- cm help