Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
Another attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
dimiter committed Nov 1, 2019
1 parent 0cb63cf commit 11d094b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ matrix:
sudo: required
services:
- docker
env: PIP=pip
env:
- PIP=pip
- CIBW_BEFORE_BUILD="yum install -y libxml2-devel libxslt-devel"
- os: osx
osx_image: xcode9.4
language: generic
env: PIP=pip2
env: PIP=pip3

script:
- $PIP install cibuildwheel==0.12.0
Expand Down

0 comments on commit 11d094b

Please sign in to comment.