Skip to content

Commit

Permalink
TMP: Remove other entries from Travis for faster iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Jul 29, 2019
1 parent e988f3d commit 031cd38
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,43 +3,15 @@ sudo: true
language: python

# python and global.matrix are crossed to create the base build matrix
python:
- 2.7
- 3.5
- 3.6
- 3.7
env:
global:
- EXTRA_WHEELS="https://5cf40426d9f06eb7461d-6fe47d9331aba7cd62fc36c7196769e4.ssl.cf2.rackcdn.com"
- PRE_WHEELS="https://7933911d6844c6c53a7d-47bd50c35cd79bd838daf386af554a83.ssl.cf2.rackcdn.com"
- CHECK_TYPE="test"
matrix:
- EXTRA_PIP_FLAGS="--find-links=$EXTRA_WHEELS"
- EXTRA_PIP_FLAGS="--pre --find-links=$EXTRA_WHEELS --find-links $PRE_WHEELS"

# Add OSX entries to the build matrix
matrix:
include:
- os: osx
language: generic
env:
- PYTHON_VERSION=2.7
- MINICONDA_URL="https://repo.continuum.io/miniconda/Miniconda2-latest-MacOSX-x86_64.sh"
- os: osx
language: generic
env:
- PYTHON_VERSION=3.5
- MINICONDA_URL="https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh"
- os: osx
language: generic
env:
- PYTHON_VERSION=3.6
- MINICONDA_URL="https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh"
- os: osx
language: generic
env:
- PYTHON_VERSION=3.7
- MINICONDA_URL="https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh"
- python: 3.6
env: CHECK_TYPE=tutorial
allow_failures:
Expand Down

0 comments on commit 031cd38

Please sign in to comment.