Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
PPC64le arch added
  • Loading branch information
dthadi3 authored and Tinche committed Oct 6, 2020
1 parent 7ae0e2a commit bd154cf
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion .travis.yml
Expand Up @@ -2,8 +2,8 @@ language: python
cache: pip
#power_jobs
arch:
- ppc64le
- AMD64
- ppc64le
matrix:
include:
- python: "3.5"
Expand All @@ -20,6 +20,26 @@ matrix:
env: TOXENV=py38
dist: xenial
sudo: true
#power_jobs
- python: "3.5"
env: TOXENV=py35
arch: ppc64le
- python: "3.6"
env: TOXENV=py36
arch: ppc64le
- python: "pypy3"
env: TOXENV=pypy3
arch: ppc64le
- python: "3.7"
env: TOXENV=py37
dist: xenial
sudo: true
arch: ppc64le
- python: "3.8"
env: TOXENV=py38
dist: xenial
sudo: true
arch: ppc64le
before_install:
- pip install codecov
install:
Expand Down

0 comments on commit bd154cf

Please sign in to comment.