17 lines
245 B
YAML
17 lines
245 B
YAML
# Copyright Roger Meier <r.meier@siemens.com>
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
language: python
|
|
|
|
python:
|
|
- 2.7
|
|
- 3.4
|
|
- 3.5
|
|
- 3.6
|
|
- pypy
|
|
- pypy3
|
|
|
|
script:
|
|
- python setup.py install
|
|
- python test/run_all_tests.py loop://
|