mirror of
https://github.com/docker/compose.git
synced 2025-07-30 17:14:13 +02:00
Fix Python 2.6
This commit is contained in:
parent
17b9cc430c
commit
ff9fa5661d
@ -12,7 +12,7 @@ install:
|
|||||||
- sudo apt-get install -qy slirp lxc lxc-docker=0.7.3
|
- sudo apt-get install -qy slirp lxc lxc-docker=0.7.3
|
||||||
- git clone git://github.com/jpetazzo/sekexe
|
- git clone git://github.com/jpetazzo/sekexe
|
||||||
- python setup.py install
|
- python setup.py install
|
||||||
- pip install nose==1.3.0
|
- pip install -r requirements-dev.txt
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- pwd
|
- pwd
|
||||||
|
@ -1 +1,2 @@
|
|||||||
nose
|
nose==1.3.0
|
||||||
|
unittest2==0.5.1
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
from docker import Client
|
from docker import Client
|
||||||
from fig.service import Service
|
from fig.service import Service
|
||||||
from fig.cli.utils import docker_url
|
from fig.cli.utils import docker_url
|
||||||
from unittest import TestCase
|
from unittest2 import TestCase
|
||||||
|
|
||||||
|
|
||||||
class DockerClientTestCase(TestCase):
|
class DockerClientTestCase(TestCase):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user