summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: ee9d55755e598f8e7db9dce84c42c1eb3d60e6d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
language: python

matrix:
  include:
    - python: 2.6
    - python: 2.7
    - python: 3.2
    - python: 3.3
    - python: 3.4
    - python: 3.5
    - python: 3.6
    - python: 3.7
      dist: xenial

install:
  - python setup.py install

script:
  python src/tests/test.py -v