diff --git a/.github/workflows/.travis.yml b/.github/workflows/.travis.yml index bf289481..5e3875d3 100755 --- a/.github/workflows/.travis.yml +++ b/.github/workflows/.travis.yml @@ -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 \ No newline at end of file