summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 6792d625fc20210bb5ab4283f5e3208917b09e06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright Roger Meier <r.meier@siemens.com>
# SPDX-License-Identifier:    BSD-3-Clause

language: python

python:
  - 2.7
  - 3.2
  - 3.3
  - 3.4
  - 3.5
  - 3.6
  - pypy
  - pypy3

script:
  - python setup.py install
  - python test/run_all_tests.py loop://