Skip to content

Commit

Permalink
Remove non-working macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
myint committed Feb 21, 2018
1 parent dd859f8 commit 3f00214
Showing 1 changed file with 7 additions and 18 deletions.
25 changes: 7 additions & 18 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,27 +1,16 @@
language: python

matrix:
include:
- python: "2.7"
os: linux
- python: "3.4"
os: linux
- python: "3.5"
os: linux
- python: "3.6"
os: linux
- os: osx
language: generic
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"

before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]];
then sudo pip install cram;
else pip install cram; fi
- pip install cram

install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]];
then sudo python setup.py install;
else python setup.py install; fi
- python setup.py install

script:
- cram --indent=4 test.cram

0 comments on commit 3f00214

Please sign in to comment.