summaryrefslogtreecommitdiffstats
path: root/.travis.yml
blob: 3efe2fc7c2466550adc583c49b8d662d39e1dc49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
language: python

arch:
  - arm64
  - amd64
  - ppc64le

python:
  - "3.6"
  - "3.7"
  - "3.8"
  - "3.9"
  - "3.10"

cache:
  - pip

install:
  - pip install -U pip tox tox-travis coveralls codecov

script:
  - tox

after_success:
  - codecov