Skip to content

Commit

Permalink
[ci] Re-enable MacOS tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tysmith committed Jun 5, 2020
1 parent da231ff commit b38371f
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,21 @@ python:
- 3.8
jobs:
include:
# Python 3 on MacOS is broken
#- os: osx
# osx_image: xcode11.2
# language: shell
- os: osx
osx_image: xcode11.2
language: shell
- os: windows
python: 3.8
language: shell
before_install:
- choco install python --version 3.8.0
env: PATH=/c/Python38:/c/Python38/Scripts:$PATH
before_install:
- pip install --upgrade setuptools pip
- pip3 install --upgrade setuptools pip
install:
- pip install -e .[all]
- pip3 install -e .[all]
before_script:
- pip install --upgrade pytest pytest-mock pytest-pylint pytest-cov codecov
- pip3 install --upgrade pytest pytest-mock pytest-pylint pytest-cov codecov
script:
- pytest
after_success:
Expand Down

0 comments on commit b38371f

Please sign in to comment.