Update minimal config example
pip2 and language: generic is required on mac for travis to work. Fixes #48
This commit is contained in:
@@ -36,15 +36,20 @@ Usage
|
||||
- Create a `.travis.yml` file in your repo.
|
||||
|
||||
```
|
||||
language: python
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- sudo: required
|
||||
services:
|
||||
- docker
|
||||
env: PIP=pip
|
||||
- os: osx
|
||||
language: generic
|
||||
env: PIP=pip2
|
||||
|
||||
script:
|
||||
- pip install cibuildwheel==0.6.0
|
||||
- $PIP install cibuildwheel==0.6.0
|
||||
- cibuildwheel --output-dir wheelhouse
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user