7 lines
136 B
YAML
7 lines
136 B
YAML
language: python
|
|
python:
|
|
- "3.5"
|
|
- "3.5-dev" # 3.5 development branch
|
|
- "nightly" # currently points to 3.6-dev
|
|
script: nosetests
|