Skip to content

Commit

Permalink
Merge pull request google-deepmind#110 from dennisjay:feature/mac_travis
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 282224931
Change-Id: I0680deffb3c0887ed4d201dce622c1198b8c4935
  • Loading branch information
jblespiau committed Nov 25, 2019
2 parents 0163522 + a5f2333 commit ceff786
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@ matrix:
env:
- OS_PYTHON_VERSION=3.6
- DEFAULT_OPTIONAL_DEPENDENCY="ON"
# - os: osx
# # macOS 10.14 (Mojave), release on September 24, 2018.
# osx_image: xcode11
# Build and test on MacOS. We use a single target, with all dependencies.
- os: osx # macOS 10.14 (Mojave), release on September 24, 2018.
osx_image: xcode11.2
env: DEFAULT_OPTIONAL_DEPENDENCY="ON"

script:
- ./install.sh
Expand Down
3 changes: 3 additions & 0 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@ pip3 install --upgrade -r requirements.txt

Make sure that the virtual environment is still activated.

By default, `g++` (version 7) is used (and potentially installed by
`install.sh`).

Build and run tests (Python 3):

```bash
Expand Down

0 comments on commit ceff786

Please sign in to comment.