Skip to content

Trouble getting tox to build anything from the matrix #158

Closed Answered by ymyzk
stefanfoulis asked this question in Q&A
Discussion options

You must be logged in to vote

@stefanfoulis thanks for your feedback!

I think tox-gh-actions cannot handle this line envlist = py27-dj{111}, py{35,36,37}-dj{111,20}, flake8, black yet. I'd like to fix the issue.

A workaround I can think of is updating tox.ini like this:

[gh-actions]
python =
  2.7: py27-dj111
  3.5: py35-dj111, py35-dj20
  3.6: py36-dj111, py36-dj20
  3.7: py37-dj111, py37-dj20, black

Could you give it a try? Thanks again.

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ymyzk
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Asks a question about tox-gh-actions
2 participants
Converted from issue

This discussion was converted from issue #1 on April 05, 2023 14:04.