Skip to content

Commit a5d1a42

Browse files
committed
Merge branch 'EN-1642-reconfig-cicd' of github.com:dxFeed/dxfeed-python-api into EN-1642-reconfig-cicd
2 parents 19a0e38 + 0e49b23 commit a5d1a42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/testpackage.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
installation:
1414
strategy:
1515
matrix:
16-
os: [ubuntu-latest]
17-
python-version: [3.6]
16+
os: [ubuntu-latest, windows-latest, macos-latest]
17+
python-version: [3.6, 3.7, 3.8]
1818

1919
runs-on: ${{ matrix.os }}
2020

@@ -71,7 +71,7 @@ jobs:
7171
shell: bash
7272
- name: Run tests
7373
run: |
74-
pytest tests
74+
task test
7575
shell: bash
7676
- name: Generate doc
7777
run: |

0 commit comments

Comments
 (0)