os: linux language: python arch: - amd64 - ppc64le python: - 2.7 - pypy - 3.4 - 3.5 - 3.6 - 3.7 - 3.8 env: - TOXENV=test matrix: include: - python: 2.7 env: TOXENV=stylecheck - python: 3.6 env: TOXENV=stylecheck #Adding power support architecture - python: 2.7 env: TOXENV=stylecheck arch: ppc64le - python: 3.6 env: TOXENV=stylecheck arch: ppc64le exclude: - python: pypy arch: ppc64le install: - pip install tox script: - tox