Skip to content

Commit

Permalink
Test with PyPy
Browse files Browse the repository at this point in the history
  • Loading branch information
jay0lee committed Nov 9, 2019
1 parent 891e596 commit 0f39b99
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ matrix:
- PLATFORM=x86_64
- VMTYPE=build
- os: linux
name: "Linux 64-bit - Python 3.5 Source Testing"
name: "Python 3.5 Source Testing"
dist: xenial
language: python
python:
Expand All @@ -109,7 +109,7 @@ matrix:
- PLATFORM=x86_64
- VMTYPE=test
- os: linux
name: "Linux 64-bit - Python 3.6 Source Testing"
name: "Python 3.6 Source Testing"
dist: bionic
language: python
python:
Expand All @@ -119,7 +119,7 @@ matrix:
- PLATFORM=x86_64
- VMTYPE=test
- os: linux
name: "Linux 64-bit - Python 3.7 Source Testing"
name: "Python 3.7 Source Testing"
dist: bionic
language: python
python:
Expand All @@ -129,7 +129,7 @@ matrix:
- PLATFORM=x86_64
- VMTYPE=test
- os: linux
name: "Linux 64-bit - Python nightly Source Testing"
name: "Python nightly Source Testing"
dist: bionic
language: python
python:
Expand All @@ -138,6 +138,15 @@ matrix:
- GAMOS=linux
- PLATFORM=x86_64
- VMTYPE=test
- os: linux
name: "Python PyPi Source Testing"
dist: xenial
language: python
python: pypy3.5
env:
- GAMOS=linux
- PLATFORM=x86_64
- VMTYPE=test
- os: osx
name: "MacOS 10.12"
language: generic
Expand Down

0 comments on commit 0f39b99

Please sign in to comment.