瀏覽代碼

Travis-CI: Add PyPy 3 to test matrix

Unrud 6 年之前
父節點
當前提交
143a404168
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .travis.yml

+ 3 - 0
.travis.yml

@@ -15,6 +15,9 @@ matrix:
     - name: "Python 3.8 on Linux"
       os: linux
       python: 3.8
+    - name: "PyPy 3 on Linux"
+      os: linux
+      python: pypy3
     - name: "Python 3 on macOS"
       os: osx
       language: shell