1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

Add poweron architecture ppc64le to travis build

This is part of the Ubuntu distribution for ppc64le. This helps us simplify testing later when distributions are re-building and re-releasing. For more info tag @gerrith3.
This commit is contained in:
asellappen 2020-10-12 16:49:24 +05:30 committed by GitHub
parent 06e082c918
commit 5fd99dfb02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,14 +1,11 @@
language: python language: python
arch:
- amd64
- ppc64le
python: 2.7 python: 2.7
env: env:
- TOX_ENV=py26
- TOX_ENV=py27 - TOX_ENV=py27
- TOX_ENV=py32
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=flake8
install: install:
- pip install tox - pip install tox