Skip to content

Commit

Permalink
Use latest recommended Travis CI configuration for macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
lapets committed Dec 20, 2020
1 parent bcb03fe commit d29ea9f
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .travis.yml
Expand Up @@ -15,16 +15,13 @@ matrix:
after_success:
- coveralls
- os: osx
language: generic
before_install:
- brew upgrade python@3.8
- sudo python3.8 -m pip install -U pip
- sudo python3.8 -m pip install setuptools
osx_image: xcode10.2
language: shell
install:
- sudo python3.8 -m pip install pylint
- pip install coverage
- sudo python3.8 -m pip install nose
- sudo python3.8 -m pip install .
- sudo python3 -m pip install pylint
- sudo python3 -m pip install coverage
- sudo python3 -m pip install nose
- sudo python3 -m pip install .
- os: windows
language: sh
before_install:
Expand Down

0 comments on commit d29ea9f

Please sign in to comment.