File: .travis.yml

package info (click to toggle)
pytsk 20200117-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,516 kB
  • sloc: ansic: 3,090; python: 3,007; sh: 115; makefile: 68
file content (37 lines) | stat: -rw-r--r-- 760 bytes parent folder | download | duplicates (2)
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