mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
Test with PyPy
This commit is contained in:
17
.travis.yml
17
.travis.yml
@@ -99,7 +99,7 @@ matrix:
|
|||||||
- PLATFORM=x86_64
|
- PLATFORM=x86_64
|
||||||
- VMTYPE=build
|
- VMTYPE=build
|
||||||
- os: linux
|
- os: linux
|
||||||
name: "Linux 64-bit - Python 3.5 Source Testing"
|
name: "Python 3.5 Source Testing"
|
||||||
dist: xenial
|
dist: xenial
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
@@ -109,7 +109,7 @@ matrix:
|
|||||||
- PLATFORM=x86_64
|
- PLATFORM=x86_64
|
||||||
- VMTYPE=test
|
- VMTYPE=test
|
||||||
- os: linux
|
- os: linux
|
||||||
name: "Linux 64-bit - Python 3.6 Source Testing"
|
name: "Python 3.6 Source Testing"
|
||||||
dist: bionic
|
dist: bionic
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
@@ -119,7 +119,7 @@ matrix:
|
|||||||
- PLATFORM=x86_64
|
- PLATFORM=x86_64
|
||||||
- VMTYPE=test
|
- VMTYPE=test
|
||||||
- os: linux
|
- os: linux
|
||||||
name: "Linux 64-bit - Python 3.7 Source Testing"
|
name: "Python 3.7 Source Testing"
|
||||||
dist: bionic
|
dist: bionic
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
@@ -129,7 +129,7 @@ matrix:
|
|||||||
- PLATFORM=x86_64
|
- PLATFORM=x86_64
|
||||||
- VMTYPE=test
|
- VMTYPE=test
|
||||||
- os: linux
|
- os: linux
|
||||||
name: "Linux 64-bit - Python nightly Source Testing"
|
name: "Python nightly Source Testing"
|
||||||
dist: bionic
|
dist: bionic
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
@@ -138,6 +138,15 @@ matrix:
|
|||||||
- GAMOS=linux
|
- GAMOS=linux
|
||||||
- PLATFORM=x86_64
|
- PLATFORM=x86_64
|
||||||
- VMTYPE=test
|
- 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
|
- os: osx
|
||||||
name: "MacOS 10.12"
|
name: "MacOS 10.12"
|
||||||
language: generic
|
language: generic
|
||||||
|
|||||||
Reference in New Issue
Block a user