Dropping duplicate runs from travis CI

- Drop the duplicate runs from travis that github actions now cover.
- Add additional ppc64le entries for 3.7, 3.8, 3.9
This commit is contained in:
Andrew Senetar 2021-08-17 01:51:43 -05:00
parent 2b3f9891c2
commit 69a82a5162
Signed by: arsenetar
GPG Key ID: C63300DCE48AB2F1
1 changed files with 6 additions and 19 deletions

View File

@ -1,30 +1,17 @@
language: python language: python
matrix: matrix:
include: include:
- os: windows
language: sh
python: "3.8"
env: "PATH=/c/Python38:/c/Python38/Scripts:$PATH"
# Perform the manual steps on windows to install python3
before_install:
- choco install python --version=3.8.6
- python -m pip install --upgrade pip
before_script:
- export TOXENV=py38
- python: "2.7"
- python: "3.4" - python: "3.4"
- python: "3.5"
- python: "3.6"
- python: "3.7"
- python: "3.8"
- python: "3.9"
- python: "nightly" # 3.10
before_script:
- export TOXENV=py310
- python: "2.7" - python: "2.7"
arch: ppc64le arch: ppc64le
- python: "3.6" - python: "3.6"
arch: ppc64le arch: ppc64le
- python: "3.7"
arch: ppc64le
- python: "3.8"
arch: ppc64le
- python: "3.9"
arch: ppc64le
install: install:
- python -m pip install tox - python -m pip install tox
before_script: before_script: