summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Morton <seth.m.morton@gmail.com>2020-11-15 22:43:26 -0800
committerSeth Morton <seth.m.morton@gmail.com>2020-11-15 22:47:19 -0800
commitae98597f871f9742cade9f09e6d505e32923c0e5 (patch)
treecc3e1a8a2a7dbbf0b813624ae8283fe3d709a1a7
parent5b8abeb32afff8e820aa5eeacff0384adbb3f8b9 (diff)
downloadnatsort-macos-simplification.tar.gz
Use native python on MacOSmacos-simplification
-rw-r--r--.travis.yml13
1 files changed, 6 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index fb68333..fcee417 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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"