Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Commit

Permalink
Stop running Mac builds on TravisCI (#23)
Browse files Browse the repository at this point in the history
It takes way too long and none of our other repositories do it anymore.
  • Loading branch information
leouieda authored Oct 17, 2019
1 parent 3324e49 commit 0e4534a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,17 +52,6 @@ matrix:
- DEPLOY_PYPI=true
# List extra dependencies that need to be installed in this build
- CONDA_INSTALL_EXTRA="black flake8"
- os: osx
env:
- PYTHON=3.5
# Test to see if the install step is skipped if this is empty
- CONDA_REQUIREMENTS=""
- CONDA_REQUIREMENTS_DEV=""
- os: osx
env:
- PYTHON=3.6
- COVERAGE=true
- BUILD_DOCS=true

# Setup the build environment
before_install:
Expand Down

0 comments on commit 0e4534a

Please sign in to comment.