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 24, 2021
1 parent 975212a commit 7ae17ce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions 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 All @@ -48,6 +52,8 @@ for:
- cmd: 'SET PATH=%PYTHON%;%PATH%'
- cmd: 'SET PATH=%PYTHON%\\Scripts;%PATH%'
- cmd: 'echo %PATH%'
# macOS dependency
- sh: 'if [ "$APPVEYOR_BUILD_WORKER_IMAGE" == "macos" ]; then brew install graphviz; fi'
# Shared config.
- python -m pip install --upgrade pip setuptools nox
test_script:
Expand Down

0 comments on commit 7ae17ce

Please sign in to comment.