GAM 4.95, Ross' changes in #1018, re-enable older Python tests

This commit is contained in:
Jay Lee
2019-09-28 12:15:31 -04:00
parent cce47ba723
commit 2d0396da21
4 changed files with 63 additions and 44 deletions

View File

@@ -68,46 +68,46 @@ matrix:
- GAMOS=linux
- PLATFORM=x86_64
- VMTYPE=build
# - os: linux
# name: "Linux 64-bit - Python 3.5 Source Testing"
# dist: xenial
# language: python
# python:
# - "3.5"
# env:
# - GAMOS=linux
# - PLATFORM=x86_64
# - VMTYPE=test
# - os: linux
# name: "Linux 64-bit - Python 3.6 Source Testing"
# dist: bionic
# language: python
# python:
# - "3.6"
# env:
# - GAMOS=linux
# - PLATFORM=x86_64
# - VMTYPE=test
# - os: linux
# name: "Linux 64-bit - Python 3.8-dev Source Testing"
# dist: bionic
# language: python
# python:
# - "3.8-dev"
# env:
# - GAMOS=linux
# - PLATFORM=x86_64
# - VMTYPE=test
# - os: linux
# name: "Linux 64-bit - Python nightly Source Testing"
# dist: bionic
# language: python
# python:
# - "nightly"
# env:
# - GAMOS=linux
# - PLATFORM=x86_64
# - VMTYPE=test
- os: linux
name: "Linux 64-bit - Python 3.5 Source Testing"
dist: xenial
language: python
python:
- "3.5"
env:
- GAMOS=linux
- PLATFORM=x86_64
- VMTYPE=test
- os: linux
name: "Linux 64-bit - Python 3.6 Source Testing"
dist: bionic
language: python
python:
- "3.6"
env:
- GAMOS=linux
- PLATFORM=x86_64
- VMTYPE=test
- os: linux
name: "Linux 64-bit - Python 3.8-dev Source Testing"
dist: bionic
language: python
python:
- "3.8-dev"
env:
- GAMOS=linux
- PLATFORM=x86_64
- VMTYPE=test
- os: linux
name: "Linux 64-bit - Python nightly Source Testing"
dist: bionic
language: python
python:
- "nightly"
env:
- GAMOS=linux
- PLATFORM=x86_64
- VMTYPE=test
- os: osx
name: "MacOS 10.12"
language: generic