check_kernel/.travis.yml

21 lines
314 B
YAML
Raw Normal View History

2019-07-21 10:24:31 +02:00
language: python
2019-07-21 10:22:41 +02:00
matrix:
include:
- python: 2.6
dist: trusty
2019-07-21 10:22:41 +02:00
- python: 2.7
- python: 3.2
dist: trusty
- python: 3.3
dist: trusty
2019-07-21 10:22:41 +02:00
- python: 3.4
- python: 3.5
- python: 3.6
- python: 3.7
2021-09-09 14:37:18 +02:00
- python: 3.8
- python: 3.9
2019-07-21 10:22:41 +02:00
2015-05-25 05:35:50 +02:00
# command to run tests
script: py.test