Skip to content

Commit

Permalink
gave up on testing for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
leblancfg committed Sep 29, 2017
1 parent cb64763 commit 5ed73f5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
language: python

# Build on both osx VM and Ubuntu container.
matrix:
include:
- os: osx
language: objective-c
osx_image: xcode9
env: TRAVIS_PYTHON_VERSION=3.6

python:
- "2.7"
- "3.4"
Expand All @@ -17,7 +9,6 @@ python:
before_install:
- which python; python --version


install:
- pip install -r requirements.txt
- pip install .
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# autocrop [![Travis Build Status](https://img.shields.io/travis/leblancfg/autocrop.svg?label=%22Linux%20/%20macOS%22)](https://travis-ci.org/leblancfg/autocrop) [![AppVeyor Build Status](https://img.shields.io/appveyor/ci/leblancfg/autocrop.svg?label=%22Windows%22)](https://ci.appveyor.com/project/leblancfg/autocrop/branch/master) [![PyPI version](https://badge.fury.io/py/autocrop.svg)](https://badge.fury.io/py/autocrop)
# autocrop [![Travis Build Status](https://img.shields.io/travis/leblancfg/autocrop.svg)](https://travis-ci.org/leblancfg/autocrop) [![AppVeyor Build Status](https://img.shields.io/appveyor/ci/leblancfg/autocrop.svg?label=%22Windows%22)](https://ci.appveyor.com/project/leblancfg/autocrop/branch/master) [![PyPI version](https://badge.fury.io/py/autocrop.svg)](https://badge.fury.io/py/autocrop)

<p align="center"><img title="obama_crop" src="https://cloud.githubusercontent.com/assets/15659410/10975709/3e38de48-83b6-11e5-8885-d95da758ca17.png"></p>

Expand Down

0 comments on commit 5ed73f5

Please sign in to comment.