Skip to content

Commit

Permalink
Merge pull request #121 from SethMMorton/macos-simplification
Browse files Browse the repository at this point in the history
Use native python on MacOS
  • Loading branch information
SethMMorton committed Nov 16, 2020
2 parents 5b8abeb + ae98597 commit 3770b22
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .travis.yml
Expand Up @@ -27,16 +27,15 @@ jobs:
- language-pack-de
- language-pack-en

# For MacOS and Windows, only run Python 3.8 without "icu" to test native locales
# For MacOS and Windows, only run one Python version without "icu" to test native locales
- language: sh
os: osx
osx_image: xcode11.2 # Python 3.7.4 running on macOS 10.14.4
name: "Test on MacOS"
env: TOXENV=py38
before_install:
- export PYENV_VERSION="3.8.1"
- export PYENV_VERSION_STRING="Python ${PYENV_VERSION}"
- wget https://github.com/praekeltfoundation/travis-pyenv/releases/download/0.4.0/setup-pyenv.sh
- source setup-pyenv.sh
env: TOXENV=py37
install:
- python3 -m pip install -U pip
- python3 -m pip install tox tox-travis codacy-coverage codecov
- language: sh
os: windows
name: "Test on Windows"
Expand Down

0 comments on commit 3770b22

Please sign in to comment.