mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
12 lines
147 B
YAML
12 lines
147 B
YAML
language: python
|
|
python:
|
|
- "2.6"
|
|
- "2.7"
|
|
- "3.2"
|
|
- "3.3"
|
|
install:
|
|
- python setup.py install
|
|
- pip install nose==1.3.0
|
|
script: nosetests
|
|
|