We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44ee1c4 commit 28db33aCopy full SHA for 28db33a
1 file changed
.travis.yml
@@ -18,6 +18,8 @@ matrix:
18
- name: "Python 3.9 Nightly on Linux"
19
dist: bionic
20
python: nightly
21
+ - name: "Pypy on Linux"
22
+ python: pypy
23
- name: "Pypy 3 on Linux"
24
python: pypy3
25
- name: "Python 3 on older macOS"
@@ -32,15 +34,15 @@ matrix:
32
34
- name: "Python 3 on macOS"
33
35
os: osx
36
osx_image: xcode11
- python: python3
37
language: shell
- env: TOXENV=py37
38
+ env: TOXENV=py37 PYENV_VERSION=3.7
39
before_install:
40
- sw_vers
41
- python3 --version
42
- pip3 --version
43
allow_failures:
44
- python: nightly
45
+ - python: pypy
46
- python: pypy3
47
- os: osx
48
0 commit comments