Skip to content

Commit

Permalink
Travis experimentation 4
Browse files Browse the repository at this point in the history
  • Loading branch information
tommyod committed Aug 31, 2018
1 parent 337397a commit 2bc4b22
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,22 @@ matrix:
sudo: required
services: docker
python: '3.6'
env: PIP=pip3
PYTHON=python3

- os: linux
dist: xenial # required for Python 3.7 (travis-ci/travis-ci#9069)
sudo: required
services: docker
python: '3.7'
env: PIP=pip3
PYTHON=python3

- os: osx
language: generic
env: PIP=pip3
PYTHON=python3

# The global environments are for the cibuildwheel python package
env:
global:
CIBW_SKIP="cp27-* cp33-* cp34-* cp35-*"
- CIBW_SKIP="cp27-* cp33-* cp34-* cp35-*"
- PIP=pip3
- PYTHON=python3

before_install:
# The default version on OSX is 2.7 - this installs python 3.7 as python3
Expand Down

0 comments on commit 2bc4b22

Please sign in to comment.