Skip to content

Commit

Permalink
Don't require Python 3.6 under MacOS
Browse files Browse the repository at this point in the history
Under MacOS the Python 3 interpreter will be installed using its brew package manager,
otherwise Travis tries to compile it from sources and fails to extract them from the bz2
archive...
  • Loading branch information
lelit committed Sep 10, 2017
1 parent dcea3b5 commit 08951aa
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@
#
# See https://mail.python.org/pipermail/wheel-builders/2017-August/000285.html

language: python
python: "3.6"

matrix:
include:
- sudo: required
language: python
python: "3.6"
services:
- docker
- os: osx
Expand Down

0 comments on commit 08951aa

Please sign in to comment.