Skip to content

Add environment variable to existing matrix (TravisCI) migration #3317

Closed Answered by qwerty287
buhtz asked this question in Ask a Question
Discussion options

You must be logged in to vote

You could use something like this:

matrix:
    include:
        - PYTHON: "3.8"
          FOO: bar
        - PYTHON: "3.9"
        - PYTHON: "3.10"

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@buhtz
Comment options

@qwerty287
Comment options

Answer selected by buhtz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants