Browse Source

Travis-CI: Add PyPy 3 to test matrix

Unrud 6 years ago
parent
commit
143a404168
1 changed files with 3 additions and 0 deletions
  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