2019-07-21 10:24:31 +02:00
|
|
|
language: python
|
2019-07-21 10:22:41 +02:00
|
|
|
matrix:
|
|
|
|
include:
|
2019-07-21 10:27:06 +02:00
|
|
|
- python: 2.6
|
|
|
|
dist: trusty
|
2019-07-21 10:22:41 +02:00
|
|
|
- python: 2.7
|
2019-07-21 10:28:45 +02:00
|
|
|
- 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
|