Skip to content

Commit

Permalink
updated .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Dec 5, 2020
1 parent 63d073f commit e98fef5
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ python:
- "pypy" # currently Python 2.7.13, PyPy 7.1.1
- "pypy3" # currently Python 3.6.1, PyPy 7.1.1-beta0

# https://docs.travis-ci.com/user/reference/osx/
# macOS 10.15.7 - otherwise defaults to Mac macOS 10.13 with xcode9.4 otherwise - and HomeBrew update takes 50 minutes until the build times out :-/
osx_image: xcode12.2

matrix:
fast_finish: true
include:
Expand Down Expand Up @@ -71,7 +75,6 @@ matrix:
language: python
python: "pypy3"


# allow_failures:
# - python: "3.4"
# - python: "3.5"
Expand All @@ -81,8 +84,6 @@ matrix:
# - python: "pypy"
# - python: "pypy3"

#dist: trusty

sudo: required

env:
Expand Down

0 comments on commit e98fef5

Please sign in to comment.