summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 10809faf230da4c99e2db09b07092caf6d3d48c7 (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
language: python
matrix:
  include:
  - name: "Ubuntu 16.04 (Xenial) with Python 3.5"
    os: linux
    dist: xenial
    sudo: required
    group: edge
    python: 3.5
  - name: "Fedora Core 31 (Docker) with Python 3.7"
    env: FEDORA_VERSION="31"
    os: linux
    dist: bionic
    sudo: required
    group: edge
    language: python
    python: 3.7
    services:
    - docker
  - name: "Ubuntu Bionic (18.04) (Docker) with Python 3.6"
    env: UBUNTU_VERSION="18.04"
    os: linux
    dist: bionic
    sudo: required
    group: edge
    language: python
    python: 3.6
    services:
    - docker
  - name: "MacOS 10.14 with Python 3.7"
    os: osx
    osx_image: xcode10
    language: generic
install:
- ./travis/install.sh
script:
- ./travis/run_tests.sh