-
Notifications
You must be signed in to change notification settings - Fork 12
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job!!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks cool!
run: tox -vv -e lint -- --color=yes | ||
|
||
- name: tests and coverage | ||
run: tox -vv -e ${{ matrix.tox-env }} -- --color=yes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is matrix.tox-env
able to find the tox-env
values nested inside matrix.include.[*].tox-env
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes! I also tried with ${{ matrix.tox-env}}
but it failed—here it should be w/o brackets.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also tried with ${{ matrix.tox-env }} but it failed
Is there a typo? Because this is what is in the file.
Hello @FrancescoCasalegno ! Thanks! Had you had a look at #258 (comment)? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! I think we are ready to merge!
Description
Removes Jenkins and Travis CI support, adds GitHub Actions support.
Fixes BBS-291.
TODO
master
in this branch after [BBS-233] Remove Sent2Vec #247 gets mergedlint
,docs
,check-packaging
only if Python 3.7CONTRIBUTING.md
info on triggering CIChecklist:
first).
whatsnew.rst
updated (if needed).setup.py
andrequirements.txt
updated with new dependencies.[test travis]
to your git commit to run it)