Skip to content

Commit

Permalink
Adds ppc64le distribution(#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
sreekanth370 authored Jan 4, 2021
1 parent c53512b commit e10d82c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ sudo: false
cache:
- pip
language: python
arch:
- amd64
- ppc64le
python:
- '2.7'
- '3.4'
Expand All @@ -14,6 +17,8 @@ python:
matrix:
exclude:
- python: 3.4
- arch: ppc64le
python: pypy
- env:
- DEPEENDENCIES="flask==1.1"

Expand Down

0 comments on commit e10d82c

Please sign in to comment.