summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 57a58777d8ca4a31ac38fc784199b77a0cb00ab0 (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
language: python

sudo: false

.mixins:
  - &xenial
    dist: xenial

jobs:
  include:
    - python: "2.7"
    - python: "pypy"
    - python: "3.2"
    - python: "3.3"
    - python: "3.4"
    - python: "3.5"
    - python: "3.6"
    - <<: *xenial
      python: "3.7"
    - <<: *xenial
      python: "3.8-dev"
    - python: "nightly"
    - python: "pypy3"

script:
  - ./test/test_travis