You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
377 B
19 lines
377 B
language: python |
|
matrix: |
|
include: |
|
- python: "2.7" |
|
arch: ppc64le |
|
- python: "3.6" |
|
arch: ppc64le |
|
- python: "3.7" |
|
arch: ppc64le |
|
- python: "3.8" |
|
arch: ppc64le |
|
- python: "3.9" |
|
arch: ppc64le |
|
install: |
|
- python -m pip install tox |
|
before_script: |
|
- export TOXENV=$(echo py$TRAVIS_PYTHON_VERSION | tr -d .) |
|
script: |
|
- python -m tox
|
|
|