Skip to content

Commit

Permalink
Update for #2067
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Aug 17, 2018
1 parent d1d40e6 commit be6014f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,12 @@ def create(ctx, name, integration_type, location, quiet, dry_run):
email = '[email protected]'
email_packages = '[email protected]'
support_type = 'core'
tox_base_dep = '../datadog_checks_base[deps]'
else:
author = 'U.N. Owen'
email = email_packages = '[email protected]'
support_type = 'contrib'
tox_base_dep = 'datadog-checks-base[deps]'

config = {
'author': author,
Expand All @@ -130,6 +132,7 @@ def create(ctx, name, integration_type, location, quiet, dry_run):
'guid': uuid.uuid4(),
'repo_choice': repo_choice,
'support_type': support_type,
'tox_base_dep': tox_base_dep,
'year': str(datetime.now().year),
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ envlist =
[testenv]
platform = linux|darwin|win32
deps =
../datadog_checks_base
-r../datadog_checks_base/requirements.in
{tox_base_dep}
-rrequirements-dev.txt
passenv =
DOCKER*
Expand Down

0 comments on commit be6014f

Please sign in to comment.