15 lines
114 B
YAML
15 lines
114 B
YAML
language: python
|
|
|
|
os:
|
|
- linux
|
|
|
|
python:
|
|
- 2.6
|
|
- 2.7
|
|
- 3.3
|
|
- 3.4
|
|
- 3.5
|
|
|
|
script:
|
|
- py.test
|