Skip to content

Commit

Permalink
Add CI tests for macOS 10.14.6 and macOS 10.15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
brunato committed May 22, 2020
1 parent 66444af commit 7af09cc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,24 @@ matrix:
- pip3 install --upgrade pip
install: pip3 install -r requirements-dev.txt
script: python3 -m unittest
- name: "Python 3.7.7 on macOS 10.14.6"
os: osx
osx_image: xcode11.3
language: shell
before_install:
- python3 --version
- pip3 install --upgrade pip
install: pip3 install -r requirements-dev.txt
script: python3 -m unittest
- name: "Python 3.7.7 on macOS 10.15.4"
os: osx
osx_image: xcode11.4
language: shell
before_install:
- python3 --version
- pip3 install --upgrade pip
install: pip3 install -r requirements-dev.txt
script: python3 -m unittest
- name: "Python 3.7.4 on Windows"
os: windows
language: shell
Expand Down

0 comments on commit 7af09cc

Please sign in to comment.