Unverified Commit 0e6dbbff authored by Matthew Brett's avatar Matthew Brett Committed by GitHub
Browse files

Merge pull request #222 from native-api/readme-lang-generic

Remove redundant clauses from README.rst
parents a198d0eb e9c8794e
...@@ -193,21 +193,16 @@ To use these scripts ...@@ -193,21 +193,16 @@ To use these scripts
- secure: - secure:
"MNKyBWOzu7JAUmC0Y+JhPKfytXxY/ADRmUIMEWZV977FLZPgYctqd+lqel2QIFgdHDO1CIdTSymOOFZckM9ICUXg9Ta+8oBjSvAVWO1ahDcToRM2DLq66fKg+NKimd2OfK7x597h/QmUSl4k8XyvyyXgl5jOiLg/EJxNE2r83IA=" "MNKyBWOzu7JAUmC0Y+JhPKfytXxY/ADRmUIMEWZV977FLZPgYctqd+lqel2QIFgdHDO1CIdTSymOOFZckM9ICUXg9Ta+8oBjSvAVWO1ahDcToRM2DLq66fKg+NKimd2OfK7x597h/QmUSl4k8XyvyyXgl5jOiLg/EJxNE2r83IA="
language: python # Multibuild doesn't use Travis-provided Python but rather installs its own
# The Travis Python version is unrelated to the version we build and test # You can still specify a language here if you need it for some unrelated logic
# with. This is set with the MB_PYTHON_VERSION variable. For some builds, # and you can't use Multibuild-provided Python or other software present on a builder
# For CPython macOS builds only, the minimum supported macOS version and language: generic
# architectures of any C extensions in the wheel are set with the variable # Required in Linux to invoke `docker' ourselves
# MB_PYTHON_OSX_VER: 10.9 (64-bit only) or 10.6 (64/32-bit dual arch).
# All PyPy macOS builds are 64-bit only.
python: 3.5
dist: trusty
services: docker services: docker
# A newer distro will also do
dist: trusty
matrix: matrix:
exclude:
# Exclude the default Python 3.5 build
- python: 3.5
include: include:
- os: linux - os: linux
env: MB_PYTHON_VERSION=2.7 env: MB_PYTHON_VERSION=2.7
...@@ -246,7 +241,6 @@ To use these scripts ...@@ -246,7 +241,6 @@ To use these scripts
- MB_PYTHON_VERSION=3.6 - MB_PYTHON_VERSION=3.6
- PLAT=i686 - PLAT=i686
- os: osx - os: osx
language: generic
env: env:
- MB_PYTHON_VERSION=2.7 - MB_PYTHON_VERSION=2.7
- os: osx - os: osx
...@@ -254,19 +248,15 @@ To use these scripts ...@@ -254,19 +248,15 @@ To use these scripts
- MB_PYTHON_VERSION=2.7 - MB_PYTHON_VERSION=2.7
- MB_PYTHON_OSX_VER=10.9 - MB_PYTHON_OSX_VER=10.9
- os: osx - os: osx
language: generic
env: env:
- MB_PYTHON_VERSION=3.4 - MB_PYTHON_VERSION=3.4
- os: osx - os: osx
language: generic
env: env:
- MB_PYTHON_VERSION=3.5 - MB_PYTHON_VERSION=3.5
- os: osx - os: osx
language: generic
env: env:
- MB_PYTHON_VERSION=3.6 - MB_PYTHON_VERSION=3.6
- os: osx - os: osx
language: generic
env: env:
- MB_PYTHON_VERSION=3.7 - MB_PYTHON_VERSION=3.7
- MB_PYTHON_OSX_VER=10.9 - MB_PYTHON_OSX_VER=10.9
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment