16 lines
128 B
YAML
16 lines
128 B
YAML
language: python
|
|
|
|
os:
|
|
- linux
|
|
- osx
|
|
|
|
python:
|
|
- 2.6
|
|
- 2.7
|
|
- 3.3
|
|
- 3.4
|
|
- "nightly"
|
|
|
|
script:
|
|
- py.test
|