1# Copyright Roger Meier <[email protected]>
2# SPDX-License-Identifier:    BSD-3-Clause
3
4language: python
5
6python:
7  - 2.7
8  - 3.4
9  - 3.5
10  - 3.6
11  - pypy
12  - pypy3
13
14script:
15  - python setup.py install
16  - python test/run_all_tests.py loop://
17