aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
blob: eb0ca1a247ae7db3eeb55f2c90756cc7f97b9c43 (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
sudo: false
language: c
branches:
  except:
    - /^[0-9]+\.[0-9]+\.[0-9]$/
matrix:
  include:
    - os: linux
      dist: trusty
      language: python
      python: "2.6"
    - os: linux
      dist: bionic
      language: python
      python: "2.7"
    - os: linux
      dist: trusty
      language: python
      python: "3.2"
    - os: linux
      dist: trusty
      language: python
      python: "3.3"
    - os: linux
      dist: bionic
      language: python
      python: "3.7"
    - os: linux
      arch: arm64
      dist: bionic
      language: python
      python: "3.7"
    - os: linux
      arch: ppc64le
      dist: bionic
      language: python
      python: "3.7"
    - os: linux
      dist: xenial
      language: python
      python: "pypy"
script:
  - python run.py deps
  - python run.py ci