Skip to content

Commit

Permalink
ci: test macos catalina
Browse files Browse the repository at this point in the history
  • Loading branch information
coderkalyan committed Nov 27, 2021
1 parent 6e17302 commit 83bba93
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ environment:
APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004
PYTHON: "3.6"

- job_group: tests
APPVEYOR_BUILD_WORKER_IMAGE: macos
PYTHON: "3.9"

- job_name: deploy
job_depends_on: tests
APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004
Expand Down Expand Up @@ -53,7 +57,8 @@ for:
test_script:
# GNU/Linux test.
- sh: nox --non-interactive --error-on-missing-interpreters --session test lint --python $PYTHON
- sh: nox --non-interactive --session docs
# skip macOS docs build
- sh: 'if [ "$APPVEYOR_BUILD_WORKER_IMAGE" != "macos" ]; then nox --non-interactive --session docs; fi'
# MS Windows test.
- cmd: nox --forcecolor --non-interactive --error-on-missing-interpreters --session test lint
# Shared test for all platforms.
Expand Down

0 comments on commit 83bba93

Please sign in to comment.