summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 80d630e2a1ca8b96f38c3aeade79e99052aaf295 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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
  - pypy

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