summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 532b2249e85d8a9ad78ae4fda9c99e844cbada5c (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
# vim: set filetype=yaml sw=2:
sudo: required
dist: bionic
addons:
  apt:
    sources:
      - deadsnakes
    update: true
    packages:
      - wget
      - build-essential
      - python-all
      - python-all-dev
      - python-setuptools
      - python-pip
      - python-wheel
      - python-flake8
      - python3-all
      - python3-all-dev
      - python3-setuptools
      - python3-pip
      - python3-wheel
      - python3-flake8
      - python3-docutils
      - python3-sphinx
      - python2.4-complete
      - python2.4-gdbm
      - python2.4-gdbm-dbg
      - python2.5-complete
      - python2.6-complete
      - python3.1-complete
      - python3.2-complete
      - python3.3-complete
      - python3.4-complete
      - python3.5-complete
      - python3.6
      - python3.7
      - python3.7-dev
      - python3.8
      - python3.8-dev
      - python3.9
      - python3.9-dev
install: true
script: make test TESTARGS=