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 e3b9e66 commit 9465583
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 20 deletions.
26 changes: 7 additions & 19 deletions .travis.yml
Expand Up @@ -27,30 +27,18 @@ matrix:
after_success:
- coveralls
- os: osx
language: generic
before_cache:
- brew cleanup
- find /usr/local/Homebrew \! -regex ".+\.git.+" -delete
cache:
ccache: true
directories:
- $HOME/Library/Caches/Homebrew
- /usr/local/Homebrew
osx_image: xcode10.2
language: shell
before_install:
- brew update
- brew install ccache
- brew install openssl readline
- brew upgrade python@3.8
- sudo python3.8 -m pip install -U pip
- sudo python3.8 -m pip install setuptools
- cd test
- mkdir target
- make all
- cd ..
install:
- sudo python3.8 -m pip install pylint
- 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 All @@ -63,7 +51,7 @@ matrix:
install:
- pip install pylint
- pip install nose
- pip install coveralls
- pip install coverage
- pip install .
script:
- pylint canaries
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -11,7 +11,7 @@ Python library for choosing and loading dynamic library files compatible with th
:alt: PyPI version and link.

.. |travis| image:: https://travis-ci.com/reity/canaries.svg?branch=master
:target: https://travis-ci.com/reity/canaries
:target: https://travis-ci.com/reity/canaries

.. |coveralls| image:: https://coveralls.io/repos/github/reity/canaries/badge.svg?branch=master
:target: https://coveralls.io/github/reity/canaries?branch=master
Expand Down

0 comments on commit 9465583

Please sign in to comment.