Test on Python 3.5, 3.6, 3.8-dev and nightly

This commit is contained in:
Jay Lee
2019-05-06 10:01:36 -04:00
parent 27177e3ef4
commit ac2ccc2d03
2 changed files with 89 additions and 58 deletions

View File

@@ -23,6 +23,33 @@ matrix:
env:
- GAMOS=linux
- PLATFORM=x86_64
- os: linux
name: "Linux 64-bit Xenial - Python 3.5 Source Testing"
dist: xenial
language: python
python:
- "3.5"
deploy: true # skips full deploy steps
- os: linux
name: "Linux 64-bit Xenial - Python 3.6 Source Testing"
dist: xenial
language: python
python:
- "3.6"
deploy: true
- os: linux
name: "Linux 64-bit Xenial - Python 3.8-dev Source Testing"
dist: xenial
language: python
python:
- "3.8-dev"
deploy: true
- os: linux
name: "Linux 64-bit Xenial - Python nightly Source Testing"
dist: xenial
python:
- "nightly"
deploy: true
- os: osx
name: "MacOS 64-bit"
language: generic