mirror of
https://github.com/docker/compose.git
synced 2026-07-03 23:02:22 +00:00
10 lines
265 B
Python
10 lines
265 B
Python
from __future__ import absolute_import
|
|
from __future__ import unicode_literals
|
|
|
|
import os
|
|
|
|
|
|
REPO_ROOT = os.path.join(os.path.dirname(__file__), '..', '..', '..')
|
|
NAME = 'docker/compose'
|
|
COMPOSE_TESTS_IMAGE_BASE_NAME = NAME + '-tests'
|
|
BINTRAY_ORG = 'docker-compose'
|