check_kernel/.travis.yml

19 lines
278 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
2015-05-25 05:35:50 +02:00
# command to run tests
script: py.test