mirror of
https://github.com/httpie/cli.git
synced 2025-06-20 09:37:45 +02:00
Temporarily disable macOS stock Python Travis build
It's failing with InterpreterNotFound https://travis-ci.org/jakubroztocil/httpie/jobs/578195789
This commit is contained in:
parent
4dd9dbd314
commit
db3016a602
28
.travis.yml
28
.travis.yml
@ -8,32 +8,32 @@ env:
|
|||||||
- NEWEST_PYTHON=3.7
|
- NEWEST_PYTHON=3.7
|
||||||
python:
|
python:
|
||||||
# <https://docs.travis-ci.com/user/languages/python/>
|
# <https://docs.travis-ci.com/user/languages/python/>
|
||||||
|
|
||||||
- 2.7
|
- 2.7
|
||||||
|
|
||||||
# Python 3.4 fails installing packages
|
# Python 3.4 fails installing packages
|
||||||
# <https://travis-ci.org/jakubroztocil/httpie/jobs/403263566#L636>
|
# <https://travis-ci.org/jakubroztocil/httpie/jobs/403263566#L636>
|
||||||
# - 3.4
|
# - 3.4
|
||||||
|
|
||||||
- 3.5
|
- 3.5
|
||||||
- 3.6
|
- 3.6
|
||||||
# - 3.7 # is done in the matrix below as described in travis-ci/travis-ci#9069
|
# - 3.7 # is done in the matrix below as described in travis-ci/travis-ci#9069
|
||||||
- pypy
|
- pypy
|
||||||
|
|
||||||
# pypy3 currently fails because of a Flask issue
|
# pypy3 currently fails because of a Flask issue
|
||||||
# - pypy3
|
# - pypy3
|
||||||
|
|
||||||
cache: pip
|
cache: pip
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
# Add manually defined OS X builds
|
|
||||||
|
# Manually defined macOS builds
|
||||||
# <https://docs.travis-ci.com/user/multi-os/#Python-example-(unsupported-languages)>
|
# <https://docs.travis-ci.com/user/multi-os/#Python-example-(unsupported-languages)>
|
||||||
- os: osx
|
|
||||||
language: generic
|
# FIXME: stock macOS python fails with InterpreterNotFound
|
||||||
env:
|
# <https://travis-ci.org/jakubroztocil/httpie/jobs/578189209>
|
||||||
# Stock OSX Python
|
# - os: osx
|
||||||
- TOXENV=py27-osx-builtin
|
# language: generic
|
||||||
- BREW_PYTHON_PACKAGE=
|
# env:
|
||||||
|
# # Stock macOS Python
|
||||||
|
# - TOXENV=py27-osx-builtin
|
||||||
|
# - BREW_PYTHON_PACKAGE=
|
||||||
- os: osx
|
- os: osx
|
||||||
language: generic
|
language: generic
|
||||||
env:
|
env:
|
||||||
@ -46,16 +46,22 @@ matrix:
|
|||||||
# Latest Python 3.x from Homebrew
|
# Latest Python 3.x from Homebrew
|
||||||
- TOXENV=py37 # <= needs to be kept up-to-date to reflect latest minor version
|
- TOXENV=py37 # <= needs to be kept up-to-date to reflect latest minor version
|
||||||
- BREW_PYTHON_PACKAGE=python@3
|
- BREW_PYTHON_PACKAGE=python@3
|
||||||
|
|
||||||
|
|
||||||
# Travis Python 3.7 must run sudo on
|
# Travis Python 3.7 must run sudo on
|
||||||
- os: linux
|
- os: linux
|
||||||
python: 3.7
|
python: 3.7
|
||||||
env: TOXENV=py37
|
env: TOXENV=py37
|
||||||
sudo: true # Required for Python 3.7
|
sudo: true # Required for Python 3.7
|
||||||
dist: xenial # Required for Python 3.7
|
dist: xenial # Required for Python 3.7
|
||||||
|
|
||||||
|
|
||||||
# Add a codestyle-only build
|
# Add a codestyle-only build
|
||||||
- os: linux
|
- os: linux
|
||||||
python: 3.6
|
python: 3.6
|
||||||
env: CODESTYLE_ONLY=true
|
env: CODESTYLE_ONLY=true
|
||||||
|
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- |
|
- |
|
||||||
if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
|
if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user