mirror of https://github.com/docker/compose.git
Only pull ubuntu:latest in tests
Might stop Travis running out of disk space.
This commit is contained in:
parent
ee49e7055b
commit
ddf6819a75
|
@ -10,7 +10,7 @@ class DockerClientTestCase(unittest.TestCase):
|
|||
@classmethod
|
||||
def setUpClass(cls):
|
||||
cls.client = Client(docker_url())
|
||||
cls.client.pull('ubuntu')
|
||||
cls.client.pull('ubuntu', tag='latest')
|
||||
|
||||
def setUp(self):
|
||||
for c in self.client.containers(all=True):
|
||||
|
|
Loading…
Reference in New Issue