Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CI tools to ETS #32

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Add CI tools to ETS #32

wants to merge 1 commit into from

Conversation

corranwebster
Copy link
Contributor

This is a proposal to add common CI infrastructure as part of the ets project. The intent is that these would be used by ets projects CI infrastructure.

The basics are working, but tests are needed, plus agreement that this is useful.

@corranwebster corranwebster changed the title [WIP] Add CI tools to ETS Add CI tools to ETS Apr 28, 2020
ets_repo_path = Path(__file__).parent

dependencies = [
{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a specific reason why you chose this format of lists of dicts? I was wondering why not a dict of lists e.g.

{
   'edm': ['', '', ''],
   'pip': ['', '', ''],
}

In the current implementation, the dev/user doesn't get an overview of all dependencies in one glance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants