Skip to content

Commit

Permalink
update Python versions for osx on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jborbely committed Sep 10, 2020
1 parent 810c726 commit a860b54
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ matrix:
env: PYTHON=3.5.9
- os: osx
language: generic
env: PYTHON=3.6.10
env: PYTHON=3.6.11
- os: osx
language: generic
env: PYTHON=3.7.7
env: PYTHON=3.7.8
- os: osx
language: generic
env: PYTHON=3.8.2
env: PYTHON=3.8.5

before_install:
- |
Expand Down

0 comments on commit a860b54

Please sign in to comment.