Skip to content

Commit

Permalink
fixing more travis macos
Browse files Browse the repository at this point in the history
  • Loading branch information
leblancfg committed Sep 29, 2017
1 parent 3048da3 commit cb64763
Showing 1 changed file with 8 additions and 23 deletions.
31 changes: 8 additions & 23 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,39 +4,24 @@ language: python
matrix:
include:
- os: osx
language: generic
osx_image: xcode8.3
env:
- MB_PYTHON_VERSION=2.7
- ENABLE_CONTRIB=0
- os: osx
language: generic
osx_image: xcode8.3
env:
- MB_PYTHON_VERSION=3.4
- ENABLE_CONTRIB=0
- os: osx
language: generic
osx_image: xcode8.3
env:
- MB_PYTHON_VERSION=3.5
- ENABLE_CONTRIB=0
- os: osx
language: generic
osx_image: xcode8.3
env:
- MB_PYTHON_VERSION=3.6
- ENABLE_CONTRIB=0
language: objective-c
osx_image: xcode9
env: TRAVIS_PYTHON_VERSION=3.6

python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"

before_install:
- which python; python --version


install:
- pip install -r requirements.txt
- pip install .
- pip install pytest

script:
- pytest

0 comments on commit cb64763

Please sign in to comment.