10 lines
94 B
YAML
10 lines
94 B
YAML
language: python
|
|
python:
|
|
- "2.6"
|
|
- "2.7"
|
|
- "3.2"
|
|
|
|
script:
|
|
- python multi_key_dict.py
|
|
|