summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 623ff2f984cfb1b60d5dca81621df92d8df949d5 (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
sudo: false
language: python
cache: pip
matrix:
    include:
        # Linux
        - python: 2.7
        - python: 3.6
        - python: 3.7
        - python: 3.8
        - python: 3.9
          dist: xenial
          sudo: true
        - python: pypy
        - python: pypy3
        # OSX
        - language: generic
          os: osx
          env: PYVER=py27
        - language: generic
          os: osx
          env: PYVER=py39
install:
    - ./.ci/travis/install.sh
script:
    - ./.ci/travis/run.sh