Skip to content

Commit

Permalink
cirrus test
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellkammer committed Apr 19, 2024
1 parent 17e3442 commit 491c598
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ test_git_309_task:
PYVERSION:3.9
METHOD: git

test_script:
<<: *SETUP_MACOS
<<: *PERFORM_TESTS

Expand All @@ -59,22 +60,23 @@ test_git_311_task:
METHOD: git
PYVERSION: 3.11

test_script:
<<: *SETUP_MACOS
<<: *PERFORM_TESTS

test_pip_309_task:
environment:
METHOD: pip
PYVERSION: 3.9

test_script:
<<: *SETUP_MACOS
<<: *PERFORM_TESTS

test_pip_311_task:
environment:
METHOD: pip
PYVERSION: 3.11

test_script:
<<: *SETUP_MACOS
<<: *PERFORM_TESTS

0 comments on commit 491c598

Please sign in to comment.