Skip to content

Commit 701be2d

Browse files
Run tests with encrypted API key
1 parent 47940f5 commit 701be2d

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

.travis.yml

Lines changed: 20 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,23 @@
11
language: python
2+
env:
3+
global:
4+
secure: h6qCuQnKi7fIzR53XqePRg2Hh0NrypqLyvYlJ+GEegEIP2PsPEwXMXZbswD7r+P4zsx7z2mBbR6VVYcjm1s0Zlf8RM2CNJ6IluAzDsg5Er7X7MAPaDEsfGJohZiTOPJvJNOV1BU7Qc4Y8Sqmd5ujVIJ4pL67oMegtmD36QBUAr7ERNrzbDXnPupIkcU/vf3z3vvCnH7/DIyP5hs1P+OAsgHY49bBMXxMEeMYQc0rtCN3F9yCmqh2f1mfEPouQnegKwcVFf3H08WQhYulAyNtrN0kcipMwF9+7cpLWtVyVMKepXvxXC0ltbaUTUqjvg5Op8WLOTG2xwXRdj6Fi985JPCvmsnX9teWT8WyxMex8ig7BVpontPajrhZJPfPWqj+oypqu8GMo/G0xD0uBGIVkadIQI4DQC1xFjKBBwntLdukeOApiAMhBEQtjQ5tO8vZw3kXifBdRHVuVHUjW6Lxd2R0xCKI0ZUmNggDaidsDRSU0C0HmHPHJELfGVm9Ohbsc01dYGiPczplV7Nxc4OKiPBZ5cvoKyNZFmM7ABtMKfGZR9PFv3A+6zzjnqIbHVdszzKN6ODKeotdVRt/VV7cMwZknwUqf7+fE/pjaHGpQ5ubX8wxhPzyxfcJHzKzYklFGCT8Rv/+VooYWJaKyjZ/e63fsjRTfTX84KRpSdWe4U8=
25
python:
3-
- "2.6"
4-
- "2.7"
6+
- '2.6'
7+
- '2.7'
58
script:
6-
- echo test
9+
- examples/create_alert.py XXX
10+
- examples/delete_alert.py XXX
11+
- examples/create_dashboard.py XXX
12+
- examples/delete_dashboard.py XXX
13+
- examples/get_data_advanced.py XXX
14+
- examples/get_data_datasource.py XXX
15+
- examples/get_data_simple.py XXX
16+
- examples/list_alerts.py XXX
17+
- examples/list_dashboards.py XXX
18+
- examples/list_hosts.py XXX
19+
- examples/list_metrics.py XXX
20+
- examples/post_event.py XXX "test event name" "test event description"
21+
- examples/print_data_retention_info.py XXX
22+
- examples/print_explore_grouping.py XXX
23+
- examples/print_user_info.py XXX

0 commit comments

Comments
 (0)