mirror of
https://github.com/docker/compose.git
synced 2025-06-29 18:04:28 +02:00
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…
x
Reference in New Issue
Block a user