Skip to content

Commit

Permalink
Exclude pip installation on OSX for now
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhers committed Jun 15, 2017
1 parent eab110d commit d495d3b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ matrix:
compiler: clang
- os: osx
compiler: gcc
- os: osx
env: PYVER=3.4 PYNUM=3 PYTHON_INSTALL=pip
- os: osx
env: PYVER=2.7 PYNUM=2 PYTHON_INSTALL=pip

before_install:
# We do this conditionally because it saves us some downloading if the
Expand Down

0 comments on commit d495d3b

Please sign in to comment.