Skip to content

Commit

Permalink
Fix to include integration tests for py builds
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-h-loi committed Aug 22, 2023
1 parent f78d023 commit 5b1ea19
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ jobs:
os: [ubuntu-22.04,ubuntu-20.04]
include:
- test: "py38"
test_number: "0"
os: ubuntu-20.04
- test: "py38"
test_number: "1"
os: ubuntu-20.04
- test: "py310"
test_number: "0"
os: ubuntu-22.04
- test: "py310"
test_number: "1"
os: ubuntu-22.04

0 comments on commit 5b1ea19

Please sign in to comment.