Skip to content

Commit

Permalink
temporarilty skip osx travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kelbyers authored and henryiii committed Jan 24, 2018
1 parent 08be6a6 commit 0b058e4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ matrix:
env: PYV=3.6
# - python: nightly
- python: pypy
- language: generic
env: PY3=2 PYV=Mac2
os: osx
before_install: python2 -m ensurepip --upgrade
- language: generic
os: osx
env: PY3=3 PYV=Mac3
# - language: generic
# env: PY3=2 PYV=Mac2
# os: osx
# before_install: python2 -m ensurepip --upgrade
# - language: generic
# os: osx
# env: PY3=3 PYV=Mac3

install: .ci/travis.sh
script: python$PY3 setup.py test -c
Expand Down

0 comments on commit 0b058e4

Please sign in to comment.