aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 5c5e2ad682aa18a0ffe9bac1ff0589b6815ec896 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: python
python:
  - "3.6"
  - "3.7"
  - "3.8"
  - "3.9"
  - "3.10-dev"
os: linux
arch:
  - ppc64le
dist: focal
install:
  - pip install --upgrade pip
  - pip install tox-travis
script: tox