Skip to content

Commit

Permalink
Travis: use macOS for py2 since building pandas wheels takes ages on …
Browse files Browse the repository at this point in the history
…linux
  • Loading branch information
MuellerSeb committed Jan 21, 2019
1 parent 6bee48b commit c105e43
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@ language: python

matrix:
include:
- name: "Linux py27"
sudo: required
language: python
python: 2.7
services: docker
- name: "MacOS py27"
os: osx
language: generic
env:
- PIP=pip
- PIP=pip2
- CIBW_BUILD="cp27-*"
- COVER="off"

Expand Down

0 comments on commit c105e43

Please sign in to comment.