Skip to content

Conversation

@r0mainK
Copy link
Contributor

@r0mainK r0mainK commented Oct 30, 2019

Issue

Add simple CI to validate the index

Signed-off-by: Romain Keramitas <[email protected]>
language: python
dist: bionic
python:
- "3.6"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Let's require 3.8 and only 3.8

Copy link
Contributor Author

Choose a reason for hiding this comment

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

👍

- "3.6"
- "3.7"
script:
- python3 -m unittest discover
Copy link
Collaborator

Choose a reason for hiding this comment

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

We need to additionally check that the generated changes match the current repository state - that is, avoid Eiso moments in the future.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah, anyway I want to check more then the current tests, but gonna update modelforge first

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