Skip to content

Add CI [WIP] #30

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

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

Add CI [WIP] #30

wants to merge 1 commit into from

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