Skip to content

Commit af2cddd

Browse files
Run tests against sources and pip version
1 parent e2d86cd commit af2cddd

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.travis.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,25 @@ python:
77
before_script:
88
- export PYTHONPATH=$PYTHONPATH:$(pwd)
99
script:
10+
- echo "Testing source version"
11+
- examples/create_alert.py XXX
12+
- examples/delete_alert.py XXX
13+
- examples/create_dashboard.py XXX
14+
- examples/delete_dashboard.py XXX
15+
- examples/get_data_advanced.py XXX ip-10-0-2-180.ec2.internal
16+
- examples/get_data_datasource.py XXX
17+
- examples/get_data_simple.py XXX
18+
- examples/list_alerts.py XXX
19+
- examples/list_dashboards.py XXX
20+
- examples/list_hosts.py XXX
21+
- examples/list_metrics.py XXX
22+
- examples/post_event.py XXX "test event name" "test event description"
23+
- examples/print_data_retention_info.py XXX
24+
- examples/print_explore_grouping.py XXX
25+
- examples/print_user_info.py XXX
26+
- echo "Testing pip version"
27+
- rm -rf sdcclient
28+
- pip install sdcclient
1029
- examples/create_alert.py XXX
1130
- examples/delete_alert.py XXX
1231
- examples/create_dashboard.py XXX

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ python-sdcclient
22
================
33

44
[![Build Status](https://travis-ci.org/draios/python-sdc-client.png?branch=master)](https://travis-ci.org/draios/python-sdc-client)
5-
[![Current version on PyPI](http://img.shields.io/pypi/v/sdcclient.svg)][pypi]
5+
[![Current version on PyPI](http://img.shields.io/pypi/v/sdcclient.svg)](https://pypi.python.org/pypi/sdcclient)
66

77
A python client API for Sysdig Cloud.
88

0 commit comments

Comments
 (0)