From 0f39b991df2b0b211b6ae413c0412dbbb4ca14ef Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Fri, 8 Nov 2019 20:10:17 -0500 Subject: [PATCH] Test with PyPy --- .travis.yml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5455afec..453c434c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: @@ -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: @@ -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: @@ -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: @@ -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