const.py 265 B

12345678910
  1. from __future__ import absolute_import
  2. from __future__ import unicode_literals
  3. import os
  4. REPO_ROOT = os.path.join(os.path.dirname(__file__), '..', '..', '..')
  5. NAME = 'docker/compose'
  6. COMPOSE_TESTS_IMAGE_BASE_NAME = NAME + '-tests'
  7. BINTRAY_ORG = 'docker-compose'