Skip to content

Commit 28db33a

Browse files
authored
Update .travis.yml
1 parent 44ee1c4 commit 28db33a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ matrix:
1818
- name: "Python 3.9 Nightly on Linux"
1919
dist: bionic
2020
python: nightly
21+
- name: "Pypy on Linux"
22+
python: pypy
2123
- name: "Pypy 3 on Linux"
2224
python: pypy3
2325
- name: "Python 3 on older macOS"
@@ -32,15 +34,15 @@ matrix:
3234
- name: "Python 3 on macOS"
3335
os: osx
3436
osx_image: xcode11
35-
python: python3
3637
language: shell
37-
env: TOXENV=py37
38+
env: TOXENV=py37 PYENV_VERSION=3.7
3839
before_install:
3940
- sw_vers
4041
- python3 --version
4142
- pip3 --version
4243
allow_failures:
4344
- python: nightly
45+
- python: pypy
4446
- python: pypy3
4547
- os: osx
4648

0 commit comments

Comments
 (0)