2017-08-04 00:31:39 +00:00
|
|
|
language: python
|
2019-04-30 16:22:28 +00:00
|
|
|
matrix:
|
|
|
|
include:
|
|
|
|
- python: "3.4"
|
2021-08-17 06:51:43 +00:00
|
|
|
- python: "2.7"
|
|
|
|
arch: ppc64le
|
2019-04-30 16:22:28 +00:00
|
|
|
- python: "3.6"
|
2021-08-17 06:51:43 +00:00
|
|
|
arch: ppc64le
|
2019-04-30 16:22:28 +00:00
|
|
|
- python: "3.7"
|
2021-08-17 06:51:43 +00:00
|
|
|
arch: ppc64le
|
2020-12-01 07:36:59 +00:00
|
|
|
- python: "3.8"
|
2020-12-15 06:08:33 +00:00
|
|
|
arch: ppc64le
|
2021-08-17 06:51:43 +00:00
|
|
|
- python: "3.9"
|
2020-12-15 06:08:33 +00:00
|
|
|
arch: ppc64le
|
2017-08-04 00:31:39 +00:00
|
|
|
install:
|
2020-12-01 07:36:59 +00:00
|
|
|
- python -m pip install tox
|
2019-04-30 16:22:28 +00:00
|
|
|
before_script:
|
|
|
|
- export TOXENV=$(echo py$TRAVIS_PYTHON_VERSION | tr -d .)
|
2017-08-04 00:31:39 +00:00
|
|
|
script:
|
2020-12-01 07:36:59 +00:00
|
|
|
- python -m tox
|