Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
freude committed Jun 2, 2020
1 parent 29435e7 commit 981fd15
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
language: python
python:
- "3.6"

os:
- linux
- osx

jobs:
include:
- os: linux
dist: trusty
- os: osx
osx_image: xcode7.2

before_install:
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then brew update ; fi
Expand Down

0 comments on commit 981fd15

Please sign in to comment.