forked from carbonblack/carbon-black-cloud-sdk-python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodeship-steps.yml
37 lines (36 loc) · 902 Bytes
/
codeship-steps.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
- name: Linters
service: testingpython38
command: bin/linters.sh
- name: Tests
type: parallel
steps:
- name: testing python 3.7
service: testingpython37
command: pytest
- name: testing python 3.8
service: testingpython38
command: bin/tests_n_reports.sh
- name: testing python 3.9
service: testingpython39
command: pytest
- name: testing python 3.10
service: testingpython310
command: pytest
- name: testing python 3.11
service: testingpython311
command: pytest
- name: testing python 3.12
service: testingpython312
command: pytest
- name: testing red hat
service: testingrhel
command: pytest
- name: testing ubuntu
service: testingubuntu
command: pytest
- name: testing amazon
service: testingamazon
command: pytest
- name: testing suse
service: testingsuse
command: env/bin/python3 -m pytest