Update .travis.yml

pull/134/head
Yuri Baburov 4 years ago committed by GitHub
parent 44ee1c4a87
commit 28db33a1ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,6 +18,8 @@ matrix:
- name: "Python 3.9 Nightly on Linux" - name: "Python 3.9 Nightly on Linux"
dist: bionic dist: bionic
python: nightly python: nightly
- name: "Pypy on Linux"
python: pypy
- name: "Pypy 3 on Linux" - name: "Pypy 3 on Linux"
python: pypy3 python: pypy3
- name: "Python 3 on older macOS" - name: "Python 3 on older macOS"
@ -32,15 +34,15 @@ matrix:
- name: "Python 3 on macOS" - name: "Python 3 on macOS"
os: osx os: osx
osx_image: xcode11 osx_image: xcode11
python: python3
language: shell language: shell
env: TOXENV=py37 env: TOXENV=py37 PYENV_VERSION=3.7
before_install: before_install:
- sw_vers - sw_vers
- python3 --version - python3 --version
- pip3 --version - pip3 --version
allow_failures: allow_failures:
- python: nightly - python: nightly
- python: pypy
- python: pypy3 - python: pypy3
- os: osx - os: osx

Loading…
Cancel
Save