Skip to content

Commit

Permalink
Merge pull request bfelbo#19 from rht/macOS
Browse files Browse the repository at this point in the history
Add macOS into Travis CI
  • Loading branch information
Bjarke Felbo authored Dec 1, 2017
2 parents 264e62a + 209c5c5 commit 2700754
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ cache:
matrix:
include:
- python: 2.7
- os: osx
osx_image: xcode9.1
language: generic
before_install:
- virtualenv env
- source env/bin/activate
install:
- pip install nose tensorflow==1.4.0
- pip install -e .
Expand Down

0 comments on commit 2700754

Please sign in to comment.